Skip to content

Commit 727dfab

Browse files
build(deps): bump actions/checkout from 5 to 6 in the dependencies group (#44)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b460973 commit 727dfab

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/git-commit-data-action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
script-testing:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
with:
1414
# Need to download all history in order
1515
# to make the tests work properly
@@ -27,7 +27,7 @@ jobs:
2727
- macos-latest
2828
- windows-latest
2929
steps:
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131
- uses: ./
3232
- name: Output
3333
run: |
@@ -60,7 +60,7 @@ jobs:
6060
concurrency:
6161
group: release-${{ github.ref }}
6262
steps:
63-
- uses: actions/checkout@v5
63+
- uses: actions/checkout@v6
6464
with:
6565
persist-credentials: false
6666

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
statuses: write
1616
steps:
1717
- name: Checkout Code
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
with:
2020
# Full git history is needed to get a proper
2121
# list of changed files within `super-linter`

0 commit comments

Comments
 (0)