Skip to content

Commit 80954f4

Browse files
##build Bump actions/checkout from 3 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2501872 commit 80954f4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616

1717
- name: Install dependencies
1818
run: sudo apt-get update && sudo apt-get install -y meson ninja-build
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: macos-latest
3636

3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v6
3939

4040
- name: Install dependencies
4141
run: brew install meson ninja
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: windows-latest
5656

5757
steps:
58-
- uses: actions/checkout@v4
58+
- uses: actions/checkout@v6
5959

6060
- name: Install dependencies
6161
run: |
@@ -80,7 +80,7 @@ jobs:
8080
os: [ubuntu-latest, macos-latest, windows-latest]
8181

8282
steps:
83-
- uses: actions/checkout@v3
83+
- uses: actions/checkout@v6
8484

8585
- name: Install dependencies (Linux)
8686
if: matrix.os == 'ubuntu-latest'
@@ -125,7 +125,7 @@ jobs:
125125
runs-on: ubuntu-latest
126126
steps:
127127
- name: Checkout code
128-
uses: actions/checkout@v3
128+
uses: actions/checkout@v6
129129
with:
130130
fetch-depth: 0 # Download all git history and tags
131131

@@ -140,7 +140,7 @@ jobs:
140140
runs-on: ubuntu-latest
141141
steps:
142142
- name: Checkout code
143-
uses: actions/checkout@v3
143+
uses: actions/checkout@v6
144144
with:
145145
fetch-depth: 0 # Download all git history and tags
146146

0 commit comments

Comments
 (0)