diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8012148..d4812ea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,7 +41,7 @@ jobs: rustc -Vv cargo -V - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Build run: ./bin/build @@ -70,7 +70,7 @@ jobs: rustc -Vv cargo -V - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Build run: ./bin/build diff --git a/.github/workflows/shell.yml b/.github/workflows/shell.yml index b7e1f40..a4031e2 100644 --- a/.github/workflows/shell.yml +++ b/.github/workflows/shell.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ${{ github.event.inputs.platform }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: ref: ${{ github.event.inputs.revision }} - uses: mxschmitt/action-tmate@v3