We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45a2295 commit 6dbee51Copy full SHA for 6dbee51
.github/workflows/pull_request_label.yml
@@ -11,7 +11,7 @@ jobs:
11
timeout-minutes: 1
12
steps:
13
- name: Checkout repository
14
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
15
with:
16
persist-credentials: false
17
- name: Check for Semantic Version label
.github/workflows/unit_tests.yml
@@ -60,7 +60,7 @@ jobs:
60
61
62
if: ${{ matrix.swift.enabled }}
63
64
65
66
submodules: true
0 commit comments