We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75ae0ab + 44a85d6 commit 8ff6538Copy full SHA for 8ff6538
2 files changed
.github/workflows/appcast.yml
@@ -9,9 +9,9 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout 🛎
12
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
13
with:
14
- # If you're using actions/checkout@v3 you must set persist-credentials to false in most cases for the deployment to work correctly.
+ # If you're using actions/checkout@v4 you must set persist-credentials to false in most cases for the deployment to work correctly.
15
persist-credentials: false
16
17
- name: Cache 📦
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
test:
runs-on: macos-12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Run tests
env:
DEVELOPER_DIR: /Applications/Xcode_14.2.app
0 commit comments