Skip to content

Commit a5cc2c9

Browse files
Bump actions/checkout from 5 to 6 in the github-actions group (#249)
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa6abd2 commit a5cc2c9

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
GITHUB_CONTEXT: ${{ toJSON(github) }}
3737
run: $env:GITHUB_CONTEXT
3838
- name: Checkout repository
39-
uses: actions/checkout@v5
39+
uses: actions/checkout@v6
4040
- name: Setup .NET
4141
uses: actions/setup-dotnet@v5
4242
with:

.github/workflows/markdown-link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
GITHUB_CONTEXT: ${{ toJSON(github) }}
2626
run: $env:GITHUB_CONTEXT
2727
- name: Checkout repository
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929
- name: Markdown link check
3030
id: mlc-push
3131
uses: gaurav-nelson/[email protected]

.github/workflows/pr-dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
GITHUB_CONTEXT: ${{ toJSON(github) }}
2424
run: $env:GITHUB_CONTEXT
2525
- name: Checkout repository
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727
with:
2828
ref: ${{ github.event.workflow_run.head_sha }}
2929
- name: Approve and merge dependabot PR

.github/workflows/publish-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
packages: write
2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030
- name: Log in to the Container registry
3131
uses: docker/login-action@v3
3232
with:

.github/workflows/test-action-gh-marketplace.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
env:
2525
GITHUB_CONTEXT: ${{ toJSON(github) }}
2626
run: $env:GITHUB_CONTEXT
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828
- name: Get test input args
2929
id: args
3030
run: |
@@ -90,7 +90,7 @@ jobs:
9090
env:
9191
GITHUB_CONTEXT: ${{ toJSON(github) }}
9292
run: $env:GITHUB_CONTEXT
93-
- uses: actions/checkout@v5
93+
- uses: actions/checkout@v6
9494
- name: Run GitHub issue forms parser with bad input
9595
id: issue-parser-bad-input
9696
uses: edumserrano/github-issue-forms-parser@v1

.github/workflows/test-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
env:
2727
GITHUB_CONTEXT: ${{ toJSON(github) }}
2828
run: $env:GITHUB_CONTEXT
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
- name: Get test input args
3131
id: args
3232
run: |
@@ -92,7 +92,7 @@ jobs:
9292
env:
9393
GITHUB_CONTEXT: ${{ toJSON(github) }}
9494
run: $env:GITHUB_CONTEXT
95-
- uses: actions/checkout@v5
95+
- uses: actions/checkout@v6
9696
- name: Run GitHub issue forms parser with bad input
9797
id: issue-parser-bad-input
9898
uses: ./action-local

0 commit comments

Comments
 (0)