Skip to content

Commit de2ab70

Browse files
Bump actions/checkout from 4.2.1 to 4.2.2 in the actions group
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 65f8121 commit de2ab70

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
packages: write # for pushing and signing container images.
2323
steps:
2424
- name: Checkout
25-
uses: actions/[email protected].1
25+
uses: actions/[email protected].2
2626
- name: Setup Helm
2727
uses: azure/[email protected]
2828
- name: Login to GitHub Container Registry

.github/workflows/test.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
17-
uses: actions/[email protected].1
17+
uses: actions/[email protected].2
1818
- name: Setup yq
1919
uses: fluxcd/pkg/actions/yq@main
2020
- name: Setup kubeconform

.github/workflows/update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write
1515
steps:
1616
- name: Checkout
17-
uses: actions/[email protected].1
17+
uses: actions/[email protected].2
1818
- name: Setup yq
1919
uses: fluxcd/pkg/actions/yq@main
2020
- name: Setup kubectl

0 commit comments

Comments
 (0)