Skip to content

Commit

Permalink
Merge pull request #31 from wanadev/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
flozz committed Sep 11, 2023
2 parents 916a4e3 + 5e9ddf7 commit c60fba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:

- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:

- name: "Checkout the repository"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Set up Node 18"
uses: actions/setup-node@v3
Expand Down

0 comments on commit c60fba1

Please sign in to comment.