Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/checkout action to v4.2.1
Browse files Browse the repository at this point in the history
renovate[bot] authored Oct 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 0a71050 commit d2b2c15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ jobs:
container: dockfool/cake-docker:latest
steps:
- name: Checkout source
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
with:
fetch-depth: 0
filter: tree:0
@@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
with:
fetch-depth: 0
filter: tree:0
@@ -104,7 +104,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout source
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
with:
fetch-depth: 0
filter: tree:0
@@ -147,7 +147,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout source
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
with:
fetch-depth: 0
filter: tree:0

0 comments on commit d2b2c15

Please sign in to comment.