Skip to content

Commit

Permalink
Merge pull request #182 from tvkitchen/dependabot/github_actions/dot-…
Browse files Browse the repository at this point in the history
…github/workflows/actions/checkout-3

Bump actions/checkout from 2 to 3 in /.github/workflows
  • Loading branch information
slifty committed Jul 27, 2023
2 parents 00f5a1b + 2c43a04 commit c5db236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
target_node:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
name: Use Node.js 16.x
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit c5db236

Please sign in to comment.