Skip to content

Commit f4efa7b

Browse files
authored
Merge pull request #29 from cmake-tools/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents b90522c + 108b66f commit f4efa7b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525
- name: Install/Configure mamba
2626
uses: mamba-org/setup-micromamba@v2
2727
with:

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
steps:
5757
- name: 📥 Checkout
58-
uses: actions/checkout@v5
58+
uses: actions/checkout@v6
5959
- name: 📂 Load .env file
6060
if: hashFiles('.github/workflows/env/.env') != ''
6161
uses: xom9ikk/dotenv@v2

.github/workflows/macOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
steps:
5757

5858
- name: 📥 Checkout
59-
uses: actions/checkout@v5
59+
uses: actions/checkout@v6
6060

6161
- name: ⬇️ Set up curl CA bundle for CMake to work with https
6262
run: echo SSL_CERT_FILE=/opt/local/share/curl/curl-ca-bundle.crt >> $GITHUB_ENV

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
steps:
5757

5858
- name: 📥 Checkout
59-
uses: actions/checkout@v5
59+
uses: actions/checkout@v6
6060
- name: 📂 Load .env file
6161
if: hashFiles('.github/workflows/env/.env') != ''
6262
uses: xom9ikk/dotenv@v2

0 commit comments

Comments
 (0)