We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f346a14 commit b002632Copy full SHA for b002632
.github/workflows/codeql-analysis.yml
@@ -42,7 +42,7 @@ jobs:
42
43
steps:
44
- name: Checkout repository
45
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
46
47
# Initializes the CodeQL tools for scanning.
48
- name: Initialize CodeQL
.github/workflows/spm.yml
@@ -8,7 +8,7 @@ jobs:
8
run:
9
runs-on: macos-latest
10
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
12
- uses: SwiftyLab/setup-swift@latest
13
- name: Update Package.swift.json
14
run: |
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
test:
runs-on: ubuntu-latest
15
- name: Build
16
17
set -ex
0 commit comments