Skip to content

Commit fae7eb2

Browse files
authored
Merge pull request #24 from ebullient/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 7bc867a + d61643f commit fae7eb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222

2323
- name: Use Node.js
2424
uses: actions/setup-node@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
outputs:
2424
version: ${{ steps.build.outputs.version }}
2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v3
2727
with:
2828
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
2929

0 commit comments

Comments
 (0)