Skip to content

Commit 6f71cce

Browse files
authored
Merge pull request #186 from RobotsAndPencils/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2.4.0 to 3
2 parents 227768f + 8e7063e commit 6f71cce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/appcast.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout 🛎
12-
uses: actions/checkout@v2.4.0
12+
uses: actions/checkout@v3
1313
with:
14-
# If you're using actions/checkout@v2.4.0 you must set persist-credentials to false in most cases for the deployment to work correctly.
14+
# If you're using actions/checkout@v3 you must set persist-credentials to false in most cases for the deployment to work correctly.
1515
persist-credentials: false
1616

1717
- name: Cache 📦

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
runs-on: macOS-11.0
1212
steps:
13-
- uses: actions/checkout@v2.4.0
13+
- uses: actions/checkout@v3
1414
- name: Run tests
1515
env:
1616
DEVELOPER_DIR: /Applications/Xcode_12.5.1.app

0 commit comments

Comments
 (0)