Skip to content

Commit 5da5226

Browse files
dependabot[bot]gotson
authored andcommitted
deps(ci): bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 910512c commit 5da5226

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/browserlist-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
with:
1919
fetch-depth: 0
2020
- name: Configure git

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
version_next: ${{ steps.versions.outputs.version_next }}
4444
should_release: ${{ steps.versions.outputs.should_release }}
4545
steps:
46-
- uses: actions/checkout@v6
46+
- uses: actions/checkout@v7
4747
with:
4848
fetch-depth: 0
4949
- name: Set up Homebrew
@@ -72,7 +72,7 @@ jobs:
7272
sudo rm -rf /usr/share/dotnet
7373
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
7474
75-
- uses: actions/checkout@v6
75+
- uses: actions/checkout@v7
7676
with:
7777
fetch-depth: 0
7878

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
name: Test server - ${{ matrix.os }}
2121
steps:
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@v7
2323
- name: Setup Java 21
2424
uses: actions/setup-java@v5
2525
with:
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: ubuntu-latest
7979
name: Test webui builds
8080
steps:
81-
- uses: actions/checkout@v6
81+
- uses: actions/checkout@v7
8282
- uses: actions/setup-node@v6
8383
with:
8484
node-version-file: '.nvmrc'

0 commit comments

Comments
 (0)