Skip to content

Commit 4c2d458

Browse files
authored
Update actions/checkout action to v5 (#90)
2 parents 78978e2 + bd91566 commit 4c2d458

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
- name: Setup Git
1919
run: |
2020
git config --global url."https://user:${{ secrets.GITHUB_TOKEN }}@github".insteadOf https://github

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
- name: Run release script
1515
shell: pwsh
1616
run: ./eng/release.ps1

0 commit comments

Comments
 (0)