Skip to content

Commit

Permalink
Use actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mono0x committed Sep 27, 2023
1 parent 6a9611c commit 1d87e5c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
test-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: "Workaround: Prepare ~/.local/share/chezmoi"
Expand All @@ -34,7 +34,7 @@ jobs:
test-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: "Workaround: Prepare ~/.local/share/chezmoi"
Expand All @@ -59,7 +59,7 @@ jobs:
env:
SKIP_SCOOP: "true"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: "Workaround: Prepare ~/.local/share/chezmoi"
Expand All @@ -82,7 +82,7 @@ jobs:
test-static:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: denoland/setup-deno@v1
Expand All @@ -96,7 +96,7 @@ jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Download actionlint
Expand Down

0 comments on commit 1d87e5c

Please sign in to comment.