Skip to content

Commit 5c39246

Browse files
authored
Merge pull request #33 from controlplaneio-fluxcd/dependabot/github_actions/actions-5f967e2fbc
Bump actions/checkout from 4.2.1 to 4.2.2 in the actions group
2 parents 65f8121 + de2ab70 commit 5c39246

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)