Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.5 to 4.1.7
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](actions/checkout@v4.1.5...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 13, 2024
1 parent 07ee407 commit 42fd880
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
steps:
- name: Check out repo
if: always()
uses: actions/[email protected].5
uses: actions/[email protected].7

- name: Pull ccache cache
if: always()
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:

steps:
- name: Check out repo
uses: actions/[email protected].5
uses: actions/[email protected].7

- name: Pull ccache cache
if: always()
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Check out
if: always()
uses: actions/[email protected].5
uses: actions/[email protected].7
with:
fetch-depth: 0

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

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

- name: Install podman-compose
run: pip install podman-compose
Expand All @@ -124,7 +124,7 @@ jobs:

steps:
- name: Checkout binder branch
uses: actions/[email protected].5
uses: actions/[email protected].7
with:
ref: binder

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

steps:
- name: Check out repo
uses: actions/[email protected].5
uses: actions/[email protected].7

- name: Pull ccache cache
id: ccache-restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Check out repo
uses: actions/[email protected].5
uses: actions/[email protected].7

- name: Pull ccache cache
id: ccache-restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
persist-credentials: false

Expand Down

0 comments on commit 42fd880

Please sign in to comment.