diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 4db89f2..5ffed43 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -9,7 +9,7 @@ jobs: name: runner / actionlint runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v4.3.0 - name: actionlint uses: reviewdog/action-actionlint@v1.66.0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c21ec7..67eb0e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: runs-on: ${{ matrix.ghimage }} steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v4.3.0 - run: | echo > targets.txt diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index b28f63a..1d68140 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -29,7 +29,7 @@ jobs: runs-on: ${{ matrix.ghimage }} steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v4.3.0 - run: | echo > targets.txt