Skip to content
This repository was archived by the owner on May 17, 2025. It is now read-only.

chore(deps): update actions/checkout action to v4.1.5 #76

Merged
merged 1 commit into from
May 8, 2024
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- uses: actions/[email protected]
with:
node-version-file: ".nvmrc"
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
ref: deploy

Expand Down