Skip to content

Commit 8f8820c

Browse files
authored
Merge pull request #6 from Chantouch/dependabot/github_actions/actions/checkout-v2.3.4
fix(deps): bump actions/checkout from v2.3.3 to v2.3.4
2 parents 9fa8eca + e8c2e63 commit 8f8820c

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/[email protected].3
12+
- uses: actions/[email protected].4
1313
with:
1414
fetch-depth: 1
1515
- uses: actions/[email protected]
@@ -25,7 +25,7 @@ jobs:
2525
needs: lint-and-test
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/[email protected].3
28+
- uses: actions/[email protected].4
2929
with:
3030
fetch-depth: 1
3131
- uses: actions/[email protected]
@@ -45,7 +45,7 @@ jobs:
4545
# needs: build-and-publish-gpr
4646
# runs-on: ubuntu-latest
4747
# steps:
48-
# - uses: actions/[email protected].3
48+
# - uses: actions/[email protected].4
4949
# with:
5050
# fetch-depth: 1
5151
# - 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/[email protected].3
22+
- uses: actions/[email protected].4
2323
with:
2424
fetch-depth: 1
2525
- uses: actions/[email protected]

0 commit comments

Comments
 (0)