Skip to content

Commit 7fbc09f

Browse files
chore(deps): bump actions/checkout from 6 to 7 in the actions group
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 13434cd commit 7fbc09f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
permissions:
1414
contents: read
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717

1818
- name: Valideer plugin.json
1919
run: python3 -c "import json; json.load(open('.plugin/plugin.json'))"
@@ -27,7 +27,7 @@ jobs:
2727
permissions:
2828
contents: read
2929
steps:
30-
- uses: actions/checkout@v6
30+
- uses: actions/checkout@v7
3131

3232
- name: Install ShellCheck
3333
run: sudo apt-get update && sudo apt-get install -y shellcheck
@@ -72,7 +72,7 @@ jobs:
7272
permissions:
7373
contents: read
7474
steps:
75-
- uses: actions/checkout@v6
75+
- uses: actions/checkout@v7
7676

7777
- name: Install actionlint
7878
run: |
@@ -88,7 +88,7 @@ jobs:
8888
permissions:
8989
contents: read
9090
steps:
91-
- uses: actions/checkout@v6
91+
- uses: actions/checkout@v7
9292

9393
- name: Install yamllint
9494
run: pip install yamllint

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Create Release
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717

1818
- name: Extract version info
1919
id: version

0 commit comments

Comments
 (0)