diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-08-16 14:55:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-16 14:55:46 +0200 |
commit | 06b14671be0c239504f45c69ee75578296902d6e (patch) | |
tree | 0033a9e6bea1f1744f3318388b6c7292ad4f746e | |
parent | 578b8971485045bd42a10f1f60d3e862cb56f0f9 (diff) | |
download | warden-06b14671be0c239504f45c69ee75578296902d6e.tar.bz2 warden-06b14671be0c239504f45c69ee75578296902d6e.zip |
chore(deps): update actions/checkout action to v5 (#3)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/check.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 97ed4b7..7bf14b2 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -24,7 +24,7 @@ jobs: - aggregator name: dockerfile / ${{ matrix.crate }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: true - name: set up docker buildx @@ -45,7 +45,7 @@ jobs: msrv: ["1.89.0"] name: msrv / ${{ matrix.msrv }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: true - name: Install ${{ matrix.msrv }} |