Skip to content

Commit 87fca20

Browse files
authored
Merge pull request #71 from eclipse-biscuit/dependabot/github_actions/actions/checkout-4
chore(deps): bump actions/checkout from 2 to 4
2 parents 975cff5 + 00b1c6b commit 87fca20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

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

101101
steps:
102102
- name: Checkout repository
103-
uses: actions/checkout@v2
103+
uses: actions/checkout@v4
104104
with:
105105
fetch-depth: 1
106106

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
- name: Cache
2020
uses: actions/cache@v4
2121
with:

0 commit comments

Comments
 (0)