aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-11-24 16:14:49 -0500
committerGitHub <noreply@github.com>2025-11-24 16:14:49 -0500
commit0bcef347f298944aac488cd7891cecc74090adc8 (patch)
treeb499d768081f8fad31a88b085c93ba101cddb3fc /.github/workflows/build.yml
parentd5d2b57693230d98e235d17b3d2d8324c86069a5 (diff)
downloadpantry-0bcef347f298944aac488cd7891cecc74090adc8.tar.gz
pantry-0bcef347f298944aac488cd7891cecc74090adc8.tar.bz2
pantry-0bcef347f298944aac488cd7891cecc74090adc8.zip
build(deps): bump actions/checkout from 5 to 6 (#764)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8a72677..b42c209 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v3