Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #14 from sanwebinfo/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v4.1.1
  • Loading branch information
mskian committed Oct 18, 2023
2 parents ee4d2a3 + 58b2c32 commit f418b79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4.1.1
- name: Use Node.js ${{ matrix.node-version }} and install vercel CLI
uses: actions/setup-node@v3.8.1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: [18.x]

steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4.1.1
- name: Cache node modules
uses: actions/cache@v3.3.2
with:
Expand Down

0 comments on commit f418b79

Please sign in to comment.