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

chore(deps): update actions/checkout action to v4.1.1 #14

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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