Skip to content

Commit be974c5

Browse files
authored
Merge pull request #95 from astropy/dependabot/github_actions/dot-github/workflows/actions-2507bcfa80
Bump actions/checkout from 6.0.0 to 6.0.1 in /.github/workflows in the actions group
2 parents a739e56 + 6d89491 commit be974c5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ updates:
1010
- "*"
1111
labels:
1212
- "no-changelog-entry-needed"
13+
cooldown:
14+
default-days: 14

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: ((github.event_name == 'push' && startsWith(github.ref, 'refs/tags')) || contains(github.event.pull_request.labels.*.name, 'Build wheels'))
1919

2020
steps:
21-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
21+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2222
with:
2323
fetch-depth: 0
2424
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
toxenv: py314-test-pytestdev
5959

6060
steps:
61-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
61+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6262
with:
6363
fetch-depth: 0
6464
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)