Skip to content

Commit db2c056

Browse files
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...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] <[email protected]>
1 parent 3b05ae0 commit db2c056

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ jobs:
1414
check:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
- uses: actions-rs/toolchain@v1
1919
with:
2020
toolchain: stable
2121
override: true
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
with:
2424
repository: gtk-rs/gir
2525
ref: main
2626
path: gir
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828
with:
2929
repository: gtk-rs/gtk4-rs
3030
ref: main

.github/workflows/regenerate_scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414
with:
1515
token: ${{ secrets.GITHUB_TOKEN }}
1616
- name: Redownload, regenerate, reformat

0 commit comments

Comments
 (0)