Skip to content

Commit

Permalink
Bump actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and gitfool committed Jan 7, 2024
1 parent 339fc73 commit 0467344
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Expand Up @@ -26,7 +26,7 @@ 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
Expand All @@ -45,7 +45,7 @@ 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
Expand All @@ -70,7 +70,7 @@ 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
Expand All @@ -95,7 +95,7 @@ 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
Expand Down

0 comments on commit 0467344

Please sign in to comment.