Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 3f0377f commit f02791e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
timeout-minutes: 10

steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.2.1

- uses: pnpm/action-setup@v2.4.1
with:
Expand All @@ -43,7 +43,7 @@ jobs:
timeout-minutes: 10

steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.2.1

- uses: pnpm/action-setup@v2.4.1
with:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- embroider-optimized

steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.2.1

- uses: pnpm/action-setup@v2.4.1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.2.1
- uses: actions/setup-node@v3.8.2
with:
node-version: 18.x
Expand Down

0 comments on commit f02791e

Please sign in to comment.