Skip to content

Commit

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

Bump actions/checkout from 4.2.0 to 4.2.1
  • Loading branch information
twz123 authored Oct 7, 2024
2 parents cc6cca2 + 2e0dd86 commit 3490a2e
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].0
uses: actions/[email protected].1

- 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].0
uses: actions/[email protected].1
with:
persist-credentials: false

Expand Down

0 comments on commit 3490a2e

Please sign in to comment.