Skip to content

Commit bb3e7c2

Browse files
build(deps): bump actions/checkout from 4 to 5 (#547)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a7e7386 commit bb3e7c2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
tag=$(cut -c 1-7 <<< $GITHUB_SHA)
3333
echo "tag=$tag" >> $GITHUB_OUTPUT
3434
- name: Checkout code
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
with:
3737
repository: onerandomusername/kubernetes
3838
token: ${{ secrets.REPO_TOKEN }}

.github/workflows/lint_test_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
# Checks out the repository in the current folder.
4646
- name: Checks out repository
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v5
4848

4949
# Set up the right version of Python
5050
- name: Set up Python ${{ env.PYTHON_VERSION }}
@@ -117,7 +117,7 @@ jobs:
117117
echo "tag=$tag" >> $GITHUB_OUTPUT
118118
# Check out the current repository in the `monty` subdirectory
119119
- name: Checkout code
120-
uses: actions/checkout@v4
120+
uses: actions/checkout@v5
121121
with:
122122
path: monty
123123

.github/workflows/sentry_release.yaml

Lines changed: 1 addition & 1 deletion
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
- name: Create a Sentry.io release
2020
uses: tclindner/sentry-releases-action@v1.3.0

0 commit comments

Comments
 (0)