Skip to content

Commit cb80c9b

Browse files
dependabot[bot]tamird
authored andcommitted
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] <support@github.com>
1 parent f26afa7 commit cb80c9b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
run: |
1212
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
1313
echo "DISPLAY=:99" >> $GITHUB_ENV
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- name: detect version
1616
uses: EndBug/version-check@v2
1717
id: check

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
run: |
1313
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
1414
echo "DISPLAY=:99" >> $GITHUB_ENV
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- run: npm ci
1717
- run: npm test
1818
- name: clang-format (diff)

.github/workflows/unstable-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
run: |
1414
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
1515
echo "DISPLAY=:99" >> $GITHUB_ENV
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- name: read version
1818
id: version
1919
uses: martinbeentjes/npm-get-version-action@v1.3.1

0 commit comments

Comments
 (0)