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 3f4d241 commit 2ab1260Copy full SHA for 2ab1260
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
8
steps:
9
- name: Checkout
10
- uses: actions/checkout@v4.1.6
+ uses: actions/checkout@v4.1.7
11
12
- name: Bootstrap Mint
13
uses: irgaly/setup-mint@v1
@@ -35,7 +35,7 @@ jobs:
35
SWIFTLY_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
37
38
39
40
- name: Cache Swift PM
41
uses: actions/cache@v4.0.2
.github/workflows/codeql.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
- name: Checkout repository
30
31
32
- name: Initialize CodeQL
33
uses: github/codeql-action/init@v3
0 commit comments