Skip to content

Commit

Permalink
Merge pull request #260 from codeceptjs/dependabot/github_actions/mas…
Browse files Browse the repository at this point in the history
…ter/actions/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
Arhell authored Jun 9, 2024
2 parents 06a61e9 + 7edaab6 commit 288e130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
Expand Down

0 comments on commit 288e130

Please sign in to comment.