Skip to content

Commit

Permalink
Merge pull request #97 from gitfool/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfool authored Jan 7, 2024
2 parents 339fc73 + ca53763 commit 544c9be
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ jobs:
container: dockfool/cake-docker:latest
steps:
- name: Checkout source
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
submodules: recursive
filter: tree:0
show-progress: false

- name: Cache packages
uses: actions/cache@v3.3.2
Expand All @@ -45,10 +46,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
submodules: recursive
filter: tree:0
show-progress: false

- name: Install dotnet
uses: actions/setup-dotnet@v4.0.0
Expand All @@ -70,10 +72,11 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout source
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
submodules: recursive
filter: tree:0
show-progress: false

- name: Install dotnet
uses: actions/setup-dotnet@v4.0.0
Expand All @@ -95,10 +98,11 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout source
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
submodules: recursive
filter: tree:0
show-progress: false

- name: Install dotnet
uses: actions/setup-dotnet@v4.0.0
Expand Down

0 comments on commit 544c9be

Please sign in to comment.