Skip to content

Commit

Permalink
Merge pull request #44 from Tarocch1/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-3.3.0

Bump actions/checkout from 2.4.0 to 3.3.0
  • Loading branch information
Tarocch1 committed Jun 20, 2023
2 parents 67d3e84 + c58e7e6 commit 92db9d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- id: checkout
name: Checkout
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3.3.0
- id: setup_nodejs
name: Setup node.js
uses: actions/setup-node@v3.6.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- id: checkout
name: Checkout
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3.3.0
- id: setup_nodejs
name: Setup node.js
uses: actions/setup-node@v3.6.0
Expand Down

0 comments on commit 92db9d8

Please sign in to comment.