Skip to content

Commit 1aa3f5d

Browse files
build(deps): bump actions/checkout from 4.2.2 to 7.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4.2.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 d99b5e7 commit 1aa3f5d

57 files changed

Lines changed: 102 additions & 102 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/benchmark_footprint_json_decode.yml

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

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v7
17+
uses: actions/checkout@v7.0.1
1818

1919
- name: Build V
2020
run: make -j4 && ./v symlink

.github/workflows/benchmark_footprint_json_encode.yml

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

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v7
19+
uses: actions/checkout@v7.0.1
2020

2121
- name: Build V
2222
run: make -j4 && ./v symlink

.github/workflows/bootstrapping_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
VFLAGS: -no-parallel
4444
B_LFLAGS: -lm -lpthread
4545
steps:
46-
- uses: actions/checkout@v7
46+
- uses: actions/checkout@v7.0.1
4747
with:
4848
fetch-depth: 0
4949
- name: Build V

.github/workflows/build_on_ubuntu_25_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
timeout-minutes: 30
3232
steps:
33-
- uses: actions/checkout@v7
33+
- uses: actions/checkout@v7.0.1
3434
- name: Build and test in Ubuntu 25.04 with GCC 14.2
3535
run: |
3636
set -o xtrace

.github/workflows/c2v_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-24.04
3636
timeout-minutes: 30
3737
steps:
38-
- uses: actions/checkout@v7
38+
- uses: actions/checkout@v7.0.1
3939
- uses: ./.github/actions/cache-apt-packages-action
4040
- name: Build V
4141
run: make && ./v symlink
@@ -81,7 +81,7 @@ jobs:
8181
LIBGL_ALWAYS_SOFTWARE: true
8282
VTMP: /tmp
8383
steps:
84-
- uses: actions/checkout@v7
84+
- uses: actions/checkout@v7.0.1
8585
- uses: ./.github/actions/cache-apt-packages-action
8686
- name: Build V
8787
run: make && ./v symlink

.github/workflows/claude_code_review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
id-token: write
4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@v7
46+
uses: actions/checkout@v7.0.1
4747
with:
4848
fetch-depth: 1
4949

.github/workflows/cross_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
env:
3232
VFLAGS: -cc clang
3333
steps:
34-
- uses: actions/checkout@v7
34+
- uses: actions/checkout@v7.0.1
3535
with:
3636
fetch-depth: 10
3737
- name: Cache Homebrew downloads
@@ -79,7 +79,7 @@ jobs:
7979
env:
8080
VFLAGS: -cc tcc -no-retry-compilation
8181
steps:
82-
- uses: actions/checkout@v7
82+
- uses: actions/checkout@v7.0.1
8383
with:
8484
fetch-depth: 10
8585
- uses: ./.github/actions/cache-apt-packages-action
@@ -127,7 +127,7 @@ jobs:
127127
runs-on: windows-2025
128128
timeout-minutes: 20
129129
steps:
130-
- uses: actions/checkout@v7
130+
- uses: actions/checkout@v7.0.1
131131
- name: Build
132132
run: |
133133
echo %VFLAGS%

.github/workflows/db_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
--health-timeout=5s
4444
--health-retries=24
4545
steps:
46-
- uses: actions/checkout@v7
46+
- uses: actions/checkout@v7.0.1
4747
- name: Build V
4848
run: make -j4 && ./v symlink
4949
- name: Install mysql client headers
@@ -70,7 +70,7 @@ jobs:
7070
--health-timeout=5s
7171
--health-retries=24
7272
steps:
73-
- uses: actions/checkout@v7
73+
- uses: actions/checkout@v7.0.1
7474
- name: Build V
7575
run: make -j4 && ./v symlink
7676
- name: Install postgres client headers
@@ -94,7 +94,7 @@ jobs:
9494
ports:
9595
- 1433:1433
9696
steps:
97-
- uses: actions/checkout@v7
97+
- uses: actions/checkout@v7.0.1
9898
- name: Build V
9999
run: make -j4 && ./v symlink
100100
- name: Install ODBC dependencies

.github/workflows/debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
env:
1010
VFLAGS: -cc msvc
1111
steps:
12-
- uses: actions/checkout@v7
12+
- uses: actions/checkout@v7.0.1
1313
- name: Build
1414
run: |
1515
echo %VFLAGS%

.github/workflows/docker_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- ${{github.workspace}}:/opt/vlang
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v7
42+
uses: actions/checkout@v7.0.1
4343
- name: Show Environment
4444
run: |
4545
echo "PWD:"
@@ -66,7 +66,7 @@ jobs:
6666
- ${{github.workspace}}:/opt/vlang
6767
steps:
6868
- name: Checkout
69-
uses: actions/checkout@v7
69+
uses: actions/checkout@v7.0.1
7070
- name: Add dependencies
7171
run: apk add musl-dev libatomic_ops-dev libatomic openssl libc6-compat gcompat gc gc-dev binutils diffutils elfutils
7272
- name: Build V
@@ -88,7 +88,7 @@ jobs:
8888
- ${{github.workspace}}:/opt/vlang
8989
steps:
9090
- name: Checkout
91-
uses: actions/checkout@v7
91+
uses: actions/checkout@v7.0.1
9292
- name: Build V
9393
run: echo "$VFLAGS" && make -j4 && ./v -cg -o v cmd/v
9494
- name: Verify `v test` works

0 commit comments

Comments
 (0)