Skip to content

Commit 0678133

Browse files
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 10c6c02 commit 0678133

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sampleApp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Build and test
2020
runs-on: macos-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323
- name: List available Xcode versions
2424
run: ls /Applications | grep Xcode
2525
- name: Set up Xcode version

.github/workflows/updateMarkdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
update-markdown-snippets:
88
runs-on: windows-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v6
1111
- name: Run MarkdownSnippets
1212
run: |
1313
dotnet tool install --global MarkdownSnippets.Tool

0 commit comments

Comments
 (0)