Skip to content

Commit 0a7a2df

Browse files
authored
Merge pull request #14 from scientificcomputing/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents bc7a0c2 + 269c45f commit 0a7a2df

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build_docs.yml

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

1717
steps:
1818
# checkout the repository
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020

2121
# setup Python
2222
- name: Install Python

.github/workflows/deploy_docs.yml

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

3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434

3535
- name: Setup Pages
3636
uses: actions/configure-pages@v5

.github/workflows/docker-image.yml

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

2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929

3030
- name: Set up QEMU
3131
uses: docker/setup-qemu-action@v3

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-24.04
1313
steps:
1414
# This action sets the current path to the root of your github repo
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616

1717
- name: Install Python
1818
uses: actions/setup-python@v6

.github/workflows/reproduce_results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
RESULTDIR: ./artifacts/results
2323

2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626

2727
# setup Python
2828
- name: Install Python

0 commit comments

Comments
 (0)