Skip to content

Commit

Permalink
Merge pull request #375 from furality/dependabot/github_actions/depen…
Browse files Browse the repository at this point in the history
…dencies-0bd1363a87

ci(action): bump actions/checkout from 4.1.6 to 4.1.7 in the dependencies group
  • Loading branch information
fynn-ai authored Jun 13, 2024
2 parents 7e3d65d + 09e1666 commit 898d01e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7

- name: Setup Node.js
uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7

- name: Use Node.js
uses: actions/[email protected]
Expand All @@ -32,7 +32,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7

- name: Use Node.js
uses: actions/[email protected]
Expand Down

0 comments on commit 898d01e

Please sign in to comment.