diff --git a/.github/workflows/check-emulator-version.yaml b/.github/workflows/check-emulator-version.yaml index a0489ac..da565b1 100644 --- a/.github/workflows/check-emulator-version.yaml +++ b/.github/workflows/check-emulator-version.yaml @@ -17,7 +17,7 @@ jobs: pull-requests: write steps: - name: Check out the repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: master diff --git a/.github/workflows/publish-dockerhub.yaml b/.github/workflows/publish-dockerhub.yaml index ac58225..2ba209c 100644 --- a/.github/workflows/publish-dockerhub.yaml +++ b/.github/workflows/publish-dockerhub.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - run: bash verify.bash push_to_registry: @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up QEMU uses: docker/setup-qemu-action@v3 diff --git a/.github/workflows/verify-pr.yaml b/.github/workflows/verify-pr.yaml index 3f50340..1205862 100644 --- a/.github/workflows/verify-pr.yaml +++ b/.github/workflows/verify-pr.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Run verification script run: bash verify.bash \ No newline at end of file