diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d53eaba..26b1f9b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: - RUSTFLAGS: -C link-args=-framework CoreFoundation -framework Security -framework CoreServices runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true - name: Checkout submodules @@ -55,7 +55,7 @@ jobs: - RUSTFLAGS: -C link-args=-framework CoreFoundation -framework Security -framework CoreServices runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true - name: Checkout submodules @@ -84,7 +84,7 @@ jobs: name: Rust lints runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true - name: Checkout submodules