Skip to content

Commit 75770d9

Browse files
Update actions/checkout action to v5.0.1 (#1476)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
1 parent 85db9ac commit 75770d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v5.0.0
22+
uses: actions/checkout@v5.0.1
2323
with:
2424
fetch-depth: 0
2525
- name: Setup .NET SDK

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
contents: read
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v5.0.0
13+
uses: actions/checkout@v5.0.1
1414
- name: Self-hosted Renovate
1515
uses: renovatebot/github-action@v44.0.2
1616
with:

0 commit comments

Comments
 (0)