Skip to content

Commit 4b5de5c

Browse files
build(deps): bump actions/checkout from 6.0.2 to 7.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6.0.2...v7.0.1) --- 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 16512d8 commit 4b5de5c

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# | Item | Section in the right pane |
3131
# | ------------------------- | ------------------------------------- |
3232
# | OS, VM | Set up job |
33-
# | git repo, commit hash | Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd |
33+
# | git repo, commit hash | Run actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 |
3434
# | gcc, tools | Environment info |
3535
#
3636
# - To fail earlier, order of tests in the same job are roughly sorted by
@@ -100,7 +100,7 @@ jobs:
100100
CC: ${{ matrix.cc }}
101101
CXX: ${{ matrix.cxx }}
102102
steps:
103-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
103+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
104104

105105
- name: apt-get install
106106
run: |
@@ -173,7 +173,7 @@ jobs:
173173
name: Linux x64 check results consistency
174174
runs-on: ubuntu-latest
175175
steps:
176-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
176+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
177177

178178
- name: Environment info
179179
run: |
@@ -221,7 +221,7 @@ jobs:
221221
CC: emcc
222222

223223
steps:
224-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
224+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
225225

226226
- name: Setup cache
227227
id: cache-system-libraries
@@ -265,7 +265,7 @@ jobs:
265265
name: Linux x64 misc tests
266266
runs-on: ubuntu-latest
267267
steps:
268-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
268+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
269269

270270
- name: apt-get install
271271
run: |
@@ -312,7 +312,7 @@ jobs:
312312
name: Linux x64 cmake unofficial build test
313313
runs-on: ubuntu-latest
314314
steps:
315-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
315+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
316316

317317
- name: Environment info
318318
run: |
@@ -421,7 +421,7 @@ jobs:
421421
XEMU: ${{ matrix.xemu }}
422422
MOREFLAGS: -Werror
423423
steps:
424-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
424+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
425425
- name: apt update & install (1)
426426
run: |
427427
sudo apt-get update
@@ -507,7 +507,7 @@ jobs:
507507
{ os: macos-latest },
508508
]
509509
steps:
510-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
510+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
511511

512512
- name: Environment info
513513
run: |
@@ -553,7 +553,7 @@ jobs:
553553
shell: pwsh -NoLogo -NoProfile -Command "$ErrorActionPreference='Stop'; $PSNativeCommandUseErrorActionPreference=$true; & {0}"
554554

555555
steps:
556-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
556+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
557557

558558
- name: Build ${{ matrix.system.os }}, ${{ matrix.arch }}
559559
run: |
@@ -636,7 +636,7 @@ jobs:
636636
run:
637637
shell: msys2 {0}
638638
steps:
639-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
639+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
640640
- uses: msys2/setup-msys2@7efe20baefed56359985e327d329042cde2434ff # v2
641641
with:
642642
msystem: MSYS

.github/workflows/cmake-cross-compile-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v6.0.2
14+
- uses: actions/checkout@v7.0.1
1515

1616
- name: Install ARM64 cross-compiler
1717
run: |

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: "Checkout code"
35-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
35+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3636
with:
3737
persist-credentials: false
3838

0 commit comments

Comments
 (0)