Skip to content

Commit 6dbee51

Browse files
Bump actions/checkout from 4 to 6 (#139)
1 parent 45a2295 commit 6dbee51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull_request_label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
timeout-minutes: 1
1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515
with:
1616
persist-credentials: false
1717
- name: Check for Semantic Version label

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
steps:
6161
- name: Checkout repository
6262
if: ${{ matrix.swift.enabled }}
63-
uses: actions/checkout@v4
63+
uses: actions/checkout@v6
6464
with:
6565
persist-credentials: false
6666
submodules: true

0 commit comments

Comments
 (0)