Skip to content

Commit 8a2dd64

Browse files
authored
Merge pull request #15 from wanadev/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents f9e2ee9 + 5f6d3f4 commit 8a2dd64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

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

2020
- name: "Checkout the repository"
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
with:
2323
persist-credentials: false
2424
submodules: true

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313

1414
- name: "Checkout the repository"
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: "Set up Node ${{ matrix.node-version }}"
1818
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)