Skip to content

Commit 335df4b

Browse files
Update actions/checkout action to v5.0.1 (#2934)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent b0d2d2b commit 335df4b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
SECRETS_AVAILABLE: ${{ secrets.SECRETS_AVAILABLE }}
3535
run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
3636
- name: Checkout
37-
uses: actions/[email protected].0
37+
uses: actions/[email protected].1
3838
with:
3939
fetch-depth: 0
4040
- name: Setup .NET SDK

.github/workflows/release.yml

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].0
17+
uses: actions/[email protected].1
1818
with:
1919
fetch-depth: 0
2020
- name: Setup .NET SDK

.github/workflows/tests-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}
2020
steps:
2121
- name: Checkout
22-
uses: actions/[email protected].0
22+
uses: actions/[email protected].1
2323
- name: Setup .NET SDK
2424
uses: actions/[email protected]
2525
with:

0 commit comments

Comments
 (0)