Skip to content

Commit

Permalink
Update actions/checkout action to v4.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 17, 2024
1 parent 32f9231 commit 3609596
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
with:
fetch-depth: 100
- uses: cachix/install-nix-action@v27
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
docker-images:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
with:
fetch-depth: 0
- name: Set current version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v27
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v27
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
publish-website:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
with:
fetch-depth: 0
- name: Set current version
Expand Down

0 comments on commit 3609596

Please sign in to comment.