Skip to content

Commit a70cbb7

Browse files
authored
Merge pull request #20 from SillyLittleTech/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 7e45f67 + 64ef75b commit a70cbb7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
version: ${{ steps.extract.outputs.version }}
3030
tag_exists: ${{ steps.check_tag.outputs.exists }}
3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v6
3333
with:
3434
fetch-depth: 0
3535
fetch-tags: true
@@ -60,7 +60,7 @@ jobs:
6060
contents: write
6161

6262
steps:
63-
- uses: actions/checkout@v4
63+
- uses: actions/checkout@v6
6464

6565
# iOS Build
6666
- name: Build iOS App

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Checkout repository
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v6
3838
with:
3939
fetch-depth: 0
4040

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424

2525
- name: Extract version from Xcode project
2626
id: extract

0 commit comments

Comments
 (0)