Skip to content

Commit faa29ec

Browse files
dependabot[bot]cgcgcg
authored andcommitted
Bump actions/checkout from 4.1.5 to 4.1.7
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]>
1 parent 446ec2d commit faa29ec

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353
- name: Check out repo
5454
if: always()
55-
uses: actions/[email protected].5
55+
uses: actions/[email protected].7
5656

5757
- name: Pull ccache cache
5858
if: always()
@@ -163,7 +163,7 @@ jobs:
163163

164164
steps:
165165
- name: Check out repo
166-
uses: actions/[email protected].5
166+
uses: actions/[email protected].7
167167

168168
- name: Pull ccache cache
169169
if: always()

.github/workflows/container.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Check out
3636
if: always()
37-
uses: actions/[email protected].5
37+
uses: actions/[email protected].7
3838
with:
3939
fetch-depth: 0
4040

@@ -108,7 +108,7 @@ jobs:
108108

109109
steps:
110110
- name: Check out
111-
uses: actions/[email protected].5
111+
uses: actions/[email protected].7
112112

113113
- name: Install podman-compose
114114
run: pip install podman-compose
@@ -124,7 +124,7 @@ jobs:
124124

125125
steps:
126126
- name: Checkout binder branch
127-
uses: actions/[email protected].5
127+
uses: actions/[email protected].7
128128
with:
129129
ref: binder
130130

.github/workflows/documentation-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Check out repo
27-
uses: actions/[email protected].5
27+
uses: actions/[email protected].7
2828

2929
- name: Pull ccache cache
3030
id: ccache-restore

.github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Check out repo
28-
uses: actions/[email protected].5
28+
uses: actions/[email protected].7
2929

3030
- name: Pull ccache cache
3131
id: ccache-restore

.github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: "Checkout code"
32-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
32+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3333
with:
3434
persist-credentials: false
3535

0 commit comments

Comments
 (0)