Skip to content

Commit

Permalink
Merge pull request #289 from jakemulley/dependabot/github_actions/git…
Browse files Browse the repository at this point in the history
…hub-actions-451a913685

Bump the github-actions group with 1 update
  • Loading branch information
jakemulley authored Oct 29, 2023
2 parents d891159 + a58c07d commit 71a1fa1
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '18.x'
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '18.x'
- run: npm ci
Expand Down

0 comments on commit 71a1fa1

Please sign in to comment.