Skip to content

Commit 3127449

Browse files
authored
Merge pull request #50 from fluxcd/dependabot/github_actions/actions/checkout-3.5.0
Bump actions/checkout from 3.4.0 to 3.5.0
2 parents ca7897c + dabbdbd commit 3127449

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
release:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
26+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
2727
- name: Prepare
2828
id: prep
2929
run: |

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
16+
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
1717
- name: Restore Go cache
1818
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
1919
with:

0 commit comments

Comments
 (0)