Skip to content

Commit 5ef5d6f

Browse files
Bump actions/checkout from 4 to 5 in /.github/workflows
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 e3b126d commit 5ef5d6f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/github-action-push-to-remote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: read
2020
steps:
2121
- name: Check out the repo
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
fetch-depth: '0'
2525

.github/workflows/github-actions-push-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id-token: write
2828
steps:
2929
- name: Check out the repo
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131

3232
- name: Log in to Docker Hub
3333
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772

.github/workflows/linets.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 15
1818
steps:
1919
- name: Check out repository code
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121
- name: Setup Python
2222
uses: actions/setup-python@v5
2323
with:
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Check out repository code
44-
uses: actions/checkout@v4
44+
uses: actions/checkout@v5
4545
- name: Lint Dockerfile with hadolint
4646
uses: hadolint/hadolint-action@v3.1.0
4747
with:
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-latest
5454
steps:
5555
- name: Checkout Repository
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@v5
5757
- name: Install jq
5858
run: sudo apt-get install -y jq
5959
- name: Lint JSON Files

0 commit comments

Comments
 (0)