Skip to content

Commit 31b3198

Browse files
authored
Merge pull request #760 from GitTools/dependabot/github_actions/actions/checkout-3
(build deps): Bump actions/checkout from 2 to 3
2 parents bcf291e + c4cd5a6 commit 31b3198

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
os: [windows-latest, ubuntu-latest, macos-latest]
1818
fail-fast: false
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121
- name: Fetch all history for all tags and branches
2222
run: |
2323
git fetch --prune --unshallow

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
os: [ubuntu-latest]
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
- name: Fetch all history for all tags and branches
1616
run: |
1717
git fetch --prune --unshallow

0 commit comments

Comments
 (0)