Skip to content

Commit

Permalink
chore: upgrade actions/checkout to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
FaberVitale committed Mar 23, 2024
1 parent c5fe4c6 commit dd75a1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
HUSKY: '0'
TZ: 'Europe/Rome'
steps:
- uses: actions/checkout@v3
- uses: 'actions/checkout@v4'
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
PUBLIC_SITE_URL: "https://romajs.org"
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: 'actions/checkout@v4'
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-deploys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: 'actions/checkout@v4'
with:
ref: 'release'
token: ${{ secrets.DEPLOY_TOKEN }} # see https://github.com/Roma-JS/roma-js-on-astro/issues/12
Expand Down

0 comments on commit dd75a1c

Please sign in to comment.