Skip to content

Commit

Permalink
Merge pull request #16 from gitfool/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfool authored Oct 21, 2023
2 parents f4c1bd0 + 2d4dc6c commit 07a444a
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 @@ -24,10 +24,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: Show contexts
uses: actions/github-script@v6.4.1
Expand Down Expand Up @@ -60,10 +61,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: Show contexts
uses: actions/github-script@v6.4.1
Expand Down Expand Up @@ -102,10 +104,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: Show contexts
uses: actions/github-script@v6.4.1
Expand Down Expand Up @@ -144,10 +147,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: Show contexts
uses: actions/github-script@v6.4.1
Expand Down

0 comments on commit 07a444a

Please sign in to comment.