Skip to content

Commit f7a3dcb

Browse files
authored
Merge pull request #1 from fluxcd/dependabot/github_actions/ci-e6ee9d7de3
Bump actions/checkout from 4.3.1 to 6.0.2 in the ci group across 1 directory
2 parents d5cc553 + 4ea82b8 commit f7a3dcb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
update:
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
29+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030

3131
- name: Resolve version
3232
id: release

.github/workflows/validate-catalog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
validate:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
15+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616

1717
- name: Validate catalog
1818
run: |

0 commit comments

Comments
 (0)