Skip to content

Commit

Permalink
Merge pull request #151 from furality/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4.1.1

ci(action): bump actions/checkout from 4.1.0 to 4.1.1
  • Loading branch information
fynn-ai authored Oct 18, 2023
2 parents 6a7ccda + 26db78f commit ddd4140
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].0
uses: actions/[email protected].1

- 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 @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1

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

steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1

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

0 comments on commit ddd4140

Please sign in to comment.