Skip to content

Commit

Permalink
chore: Bump actions/checkout from 4.1.4 to 4.1.5 (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 7, 2024
1 parent 5cd1a38 commit 980371e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/[email protected]

- name: Check out repository
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
ref: ${{ steps.head.outputs.content }}

Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutation-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/[email protected].4
uses: actions/[email protected].5

- name: Set up Java
uses: actions/[email protected]
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
path: artifacts/HEAD

- name: Check out repository
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
ref: ${{ steps.head.outputs.content }}

Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
echo "NEXT_VERSION=$NEXT_VERSION" >> $GITHUB_OUTPUT
- name: Check out repository
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
fetch-depth: 0

Expand Down

0 comments on commit 980371e

Please sign in to comment.