Skip to content

Commit 1fa0b79

Browse files
Bump actions/checkout from 5.0.0 to 6.0.0 (#73)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fed992a commit 1fa0b79

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
target: [ "iOS", "MacCatalyst", "tvOS", "visionOS", "watchOS" ]
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v5.0.0
27+
uses: actions/checkout@v6.0.0
2828

2929
- name: Set up Python
3030
uses: actions/setup-python@v6.0.0

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
target: [ "iOS", "MacCatalyst", "tvOS", "visionOS", "watchOS" ]
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v5.0.0
23+
uses: actions/checkout@v6.0.0
2424

2525
- name: Set Build Variables
2626
id: build-vars

0 commit comments

Comments
 (0)