Skip to content

Commit 00bce4e

Browse files
authored
Merge pull request #3 from Chantouch/dependabot/github_actions/actions/checkout-v2.3.3
fix(deps): bump actions/checkout from v1 to v2.3.3
2 parents 5202353 + 2a480a9 commit 00bce4e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
lint-and-test:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v1
12+
- uses: actions/checkout@v2.3.3
1313
with:
1414
fetch-depth: 1
1515
- uses: actions/[email protected]
@@ -24,7 +24,7 @@ jobs:
2424
needs: lint-and-test
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v1
27+
- uses: actions/checkout@v2.3.3
2828
with:
2929
fetch-depth: 1
3030
- uses: actions/[email protected]
@@ -43,7 +43,7 @@ jobs:
4343
# needs: build-and-publish-gpr
4444
# runs-on: ubuntu-latest
4545
# steps:
46-
# - uses: actions/checkout@v1
46+
# - uses: actions/checkout@v2.3.3
4747
# with:
4848
# fetch-depth: 1
4949
# - uses: actions/[email protected]

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
os: [ubuntu-latest, macOS-latest]
2020

2121
steps:
22-
- uses: actions/checkout@v1
22+
- uses: actions/checkout@v2.3.3
2323
with:
2424
fetch-depth: 1
2525
- uses: actions/[email protected]

0 commit comments

Comments
 (0)