Skip to content

Commit

Permalink
πŸ’š Update checkout action to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jh0ker committed Feb 26, 2024
1 parent bb73d66 commit e945139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: [20.x]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set environment variables for staging
if: endsWith(github.ref, '/main')
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
node-version: [20.x]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set environment variables for staging
if: endsWith(github.ref, '/main')
Expand Down

0 comments on commit e945139

Please sign in to comment.