Skip to content

Commit 0a90f2c

Browse files
authored
Merge pull request #237 from AstroAI-Lab/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 11a50c7 + f3b652b commit 0a90f2c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v7
2929
with:
3030
# setuptools_scm requires a non-shallow clone of the repository
3131
fetch-depth: 0
@@ -52,7 +52,7 @@ jobs:
5252

5353
steps:
5454
- name: Checkout repository
55-
uses: actions/checkout@v6
55+
uses: actions/checkout@v7
5656

5757
- name: Set up Python ${{ matrix.python-version }}
5858
uses: actions/setup-python@v6

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
id-token: write
1515

1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v7
1818
with:
1919
# setuptools_scm requires a non-shallow clone of the repository
2020
fetch-depth: 0

0 commit comments

Comments
 (0)