Skip to content

Commit 516d63a

Browse files
Bump actions/checkout in the github-actions group across 1 directory
Bumps the github-actions group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eef7133 commit 516d63a

24 files changed

Lines changed: 25 additions & 25 deletions

.github/workflows/alpine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- riscv64
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v6.0.2
21+
uses: actions/checkout@v7
2222

2323
- name: Install latest Alpine Linux for ${{ matrix.arch }}
2424
uses: jirutka/setup-alpine@v1

.github/workflows/amalgamate-ubuntu24.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
ubuntu-build:
77
runs-on: ubuntu-24.04
88
steps:
9-
- uses: actions/checkout@v6.0.2
9+
- uses: actions/checkout@v7
1010
- name: Compile with amalgamation
1111
run: |
1212
mkdir build &&

.github/workflows/emscripten.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.2.2
7+
- uses: actions/checkout@4f1f4aec02e41874fa0262ea8ff5172d7978ad1e # v4.2.2
88
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
99
- uses: mymindstorm/setup-emsdk@4528d102f7230f0e7b276855c01ea1159be0e984 # v16
1010
- name: Verify
1111
run: emcc -v
1212
- name: Checkout
13-
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v3.6.0
13+
uses: actions/checkout@4f1f4aec02e41874fa0262ea8ff5172d7978ad1e # v3.6.0
1414
- name: Configure
1515
run: emcmake cmake -B build
1616
- name: Build # We build but do not test

.github/workflows/lint_and_format_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
lint-and-format:
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.1.7
27+
- uses: actions/checkout@4f1f4aec02e41874fa0262ea8ff5172d7978ad1e # v4.1.7
2828

2929
- name: Run clang-format
3030
uses: jidicula/clang-format-action@654a770daa28443dd111d133e4083e21c1075674 # v4.18.0

.github/workflows/msys2-clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
CMAKE_GENERATOR: Ninja
2121

2222
steps:
23-
- uses: actions/checkout@v6.0.2
23+
- uses: actions/checkout@v7
2424
- uses: msys2/setup-msys2@v2
2525
with:
2626
update: true

.github/workflows/msys2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
CMAKE_GENERATOR: Ninja
2424

2525
steps:
26-
- uses: actions/checkout@v6.0.2
26+
- uses: actions/checkout@v7
2727
- uses: msys2/setup-msys2@v2
2828
with:
2929
update: true

.github/workflows/on-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v6.0.2
19+
- uses: actions/checkout@v7
2020

2121
- name: Amalgamate fast_float.h
2222
run: |

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v6
29+
uses: actions/checkout@v7
3030
with:
3131
fetch-depth: 0
3232
fetch-tags: true

.github/workflows/risc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-24.04
88
steps:
9-
- uses: actions/checkout@v6.0.2
9+
- uses: actions/checkout@v7
1010
- name: Install packages
1111
run: |
1212
sudo apt-get update -q -y

.github/workflows/s390x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v6.0.2
15+
- uses: actions/checkout@v7
1616
- uses: uraimo/run-on-arch-action@v3
1717
name: Test
1818
id: runcmd

0 commit comments

Comments
 (0)