diff options
author | 2025-08-12 14:19:44 +0000 | |
---|---|---|
committer | 2025-08-12 14:19:44 +0000 | |
commit | dfc825ca85cee6f54d4ac9bf2b257304f7e6bfcd (patch) | |
tree | 88e3d1d8a062dbeeb1448ef4dcff1ce974d486b8 /.github/workflows/build-deploy.yaml | |
parent | Update tarfile.extractall usage to be safer (diff) |
Bump actions/checkout from 4 to 5dependabot/github_actions/actions/checkout-5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [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/v4...v5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github/workflows/build-deploy.yaml')
-rw-r--r-- | .github/workflows/build-deploy.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index b234c540..d0b74165 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 # The current version (v3) of Docker's build-push action uses # buildx, which comes with BuildKit features that help us speed @@ -59,7 +59,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: python-discord/infra path: infra |