Skip to content

Commit 92d3205

Browse files
authored
Merge pull request #111 from lsst/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 5aa15dc + d427c15 commit 92d3205

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
python-version: ["3.12", "3.13", "3.14"]
1717

1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v7
2020
with:
2121
# Need to clone everything to determine version from git.
2222
fetch-depth: 0
@@ -75,7 +75,7 @@ jobs:
7575
if: startsWith(github.ref, 'refs/tags/')
7676

7777
steps:
78-
- uses: actions/checkout@v6
78+
- uses: actions/checkout@v7
7979
with:
8080
# Need to clone everything to embed the version.
8181
fetch-depth: 0

.github/workflows/build_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build_sphinx_docs:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@v7
1414
with:
1515
# Need to clone everything for the git tags.
1616
fetch-depth: 0

.github/workflows/codeql-analysis.yml

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

4343
steps:
4444
- name: Checkout repository
45-
uses: actions/checkout@v6
45+
uses: actions/checkout@v7
4646

4747
# Initializes the CodeQL tools for scanning.
4848
- name: Initialize CodeQL

.github/workflows/do_not_merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
'DO NOT MERGE'. Remove this commit from the branch before merging
2727
or change the commit summary."
2828
29-
- uses: actions/checkout@v6
29+
- uses: actions/checkout@v7
3030

3131
- name: Check requirements.txt for branches
3232
shell: bash

.github/workflows/docstyle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
numpydoc:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v7
1818

1919
- name: Set up Python
2020
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)