Skip to content

Commit 2119210

Browse files
authored
Merge pull request #187 from lsst/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 55f3c52 + 2f0c19d commit 2119210

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
--health-retries 5
3131
3232
steps:
33-
- uses: actions/checkout@v6
33+
- uses: actions/checkout@v7
3434
with:
3535
# Need to clone everything for the git tags.
3636
fetch-depth: 0
@@ -97,7 +97,7 @@ jobs:
9797
if: startsWith(github.ref, 'refs/tags/')
9898

9999
steps:
100-
- uses: actions/checkout@v6
100+
- uses: actions/checkout@v7
101101
with:
102102
# Need to clone everything to embed the version.
103103
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/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
&& (startsWith(github.ref, 'refs/tags/')
3434
|| startsWith(github.head_ref, 'tickets/'))
3535
steps:
36-
- uses: actions/checkout@v6
36+
- uses: actions/checkout@v7
3737
with:
3838
fetch-depth: 0
3939
- uses: lsst-sqre/build-and-push-to-ghcr@v1

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
timeout-minutes: 10
2525

2626
steps:
27-
- uses: actions/checkout@v6
27+
- uses: actions/checkout@v7
2828
with:
2929
fetch-depth: 0 # full history for setuptools_scm
3030

.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)