Skip to content

Commit

Permalink
Merge pull request #552 from twz123/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4.1.7

Bump actions/checkout from 4.1.6 to 4.1.7
  • Loading branch information
twz123 authored Jun 13, 2024
2 parents 64290f1 + 035b7b8 commit 0fc8568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7

- name: Set up Node.js 20.x
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
persist-credentials: false

Expand Down

0 comments on commit 0fc8568

Please sign in to comment.