Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from Sirherobrine23/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
Sirherobrine23 authored Sep 4, 2023
2 parents f842b1f + 5f4b9bb commit d8d1f96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
env:
PACKAGE_VERSION: ${{ github.ref }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Code checkout

- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: "Test in node ${{ matrix.node }}"
steps:
- name: Clone repo
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4
- name: Install node
uses: actions/[email protected]
with:
Expand Down

0 comments on commit d8d1f96

Please sign in to comment.