Skip to content

Commit f86cc2f

Browse files
Bump actions/checkout from 4.2.2 to 5.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8e2ba0a commit f86cc2f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/code.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4.2.2
14+
uses: actions/checkout@v5.0.0
1515

1616
- name: Set node
1717
uses: actions/[email protected]
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Checkout
44-
uses: actions/checkout@v4.2.2
44+
uses: actions/checkout@v5.0.0
4545

4646
- name: Set node
4747
uses: actions/[email protected]
@@ -78,7 +78,7 @@ jobs:
7878
packages: write
7979
steps:
8080
- name: Checkout
81-
uses: actions/checkout@v4.2.2
81+
uses: actions/checkout@v5.0.0
8282

8383
- name: Generate Image Name
8484
run: echo IMAGE_REPOSITORY=ghcr.io/$(tr '[:upper:]' '[:lower:]' <<< "${{ github.repository }}")-${{ matrix.target }} >> $GITHUB_ENV

.github/workflows/devcontainer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4.2.2
14+
uses: actions/checkout@v5.0.0
1515

1616
- name: Set up Docker Buildx
1717
uses: docker/[email protected]

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4.2.2
14+
uses: actions/checkout@v5.0.0
1515
with:
1616
# Need this to get version number from last tag
1717
fetch-depth: 0
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v4.2.2
40+
uses: actions/checkout@v5.0.0
4141
with:
4242
# Need this to get version number from last tag
4343
fetch-depth: 0

.github/workflows/helm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4.2.2
14+
uses: actions/checkout@v5.0.0
1515
with:
1616
fetch-depth: 0
1717

0 commit comments

Comments
 (0)