Skip to content

Commit c680dd2

Browse files
authored
Merge pull request #19 from freckle/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2 parents 30cbc85 + fee41a3 commit c680dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v2
1414
with:
1515
cache: yarn

0 commit comments

Comments
 (0)