diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13fd325..02f26a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: matrix: OS: ["ubuntu-20.04", macos-13, macos-latest, windows-latest] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: true @@ -32,7 +32,7 @@ jobs: if: github.event_name == 'push' runs-on: "ubuntu-20.04" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: true