Skip to content

Commit bb565fc

Browse files
Bump actions/checkout from 4 to 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](actions/checkout@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] <support@github.com>
1 parent c76fee4 commit bb565fc

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
# The current version (v2) of Docker's build-push action uses
2020
# buildx, which comes with BuildKit features that help us speed
@@ -54,7 +54,7 @@ jobs:
5454
if: ${{ github.ref == 'refs/heads/main' }}
5555
steps:
5656
- name: Checkout code
57-
uses: actions/checkout@v4
57+
uses: actions/checkout@v5
5858
with:
5959
repository: python-discord/infra
6060
path: infra

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout repository
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v5
1212

1313
- name: Install native dependencies
1414
run: sudo apt-get update && sudo apt-get install -y libldap2-dev libsasl2-dev heimdal-dev

.github/workflows/sentry_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout code
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313

1414
- name: Create a Sentry.io release
1515
uses: getsentry/action-release@v3

0 commit comments

Comments
 (0)