Skip to content

Commit 28cd379

Browse files
Bump actions/checkout from 6.1.0 to 7.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.1.0 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@d23441a...3d3c42e) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a160264 commit 28cd379

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
qt_version: ['6.9.2', '6.10.0']
1313

1414
steps:
15-
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
15+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1616
with:
1717
persist-credentials: false
1818

@@ -82,7 +82,7 @@ jobs:
8282
qt_version: ['6.9.2', '6.10.0']
8383

8484
steps:
85-
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
85+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
8686
with:
8787
persist-credentials: false
8888

@@ -134,7 +134,7 @@ jobs:
134134
contents: write
135135
steps:
136136
- name: Checkout repository
137-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
137+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
138138
with:
139139
persist-credentials: false
140140
fetch-depth: 0
@@ -204,7 +204,7 @@ jobs:
204204
contents: write
205205
steps:
206206
- name: Checkout repository (full history)
207-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
207+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
208208
with:
209209
persist-credentials: false
210210
fetch-depth: 0

0 commit comments

Comments
 (0)