Skip to content

Commit 012bda2

Browse files
chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#65)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 59d681a commit 012bda2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: macos-15
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v6.0.1
12+
uses: actions/checkout@v6.0.2
1313

1414
- name: Setup Xcode Version
1515
uses: maxim-lobanov/setup-xcode@v1.6.0

.github/workflows/gated-checkin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: macos-15
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v6.0.1
12+
uses: actions/checkout@v6.0.2
1313

1414
- name: Setup Xcode Version
1515
uses: maxim-lobanov/setup-xcode@v1.6.0

0 commit comments

Comments
 (0)