Skip to content

Commit 47c3619

Browse files
chore(deps): 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 96ab096 commit 47c3619

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/mega_linter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
steps:
5555
# Git Checkout
5656
- name: Checkout Code
57-
uses: actions/checkout@v6
57+
uses: actions/checkout@v7
5858
with:
5959
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
6060

@@ -164,7 +164,7 @@ jobs:
164164
runs-on: ubuntu-latest
165165
steps:
166166
- name: Checkout
167-
uses: actions/checkout@v6
167+
uses: actions/checkout@v7
168168
- name: Install Dependencies
169169
run: sudo apt-get install -y libxml2-utils
170170
- name: XML Lint

0 commit comments

Comments
 (0)