Skip to content

Commit fb74bb9

Browse files
authored
Merge pull request #1136 from astropy/dependabot/github_actions/dot-github/workflows/actions-26358e3a13
Bump actions/checkout from 5.0.1 to 6.0.0 in /.github/workflows in the actions group
2 parents a09dac1 + 4e474c1 commit fb74bb9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci_tests.yaml

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

5151
steps:
5252
- name: Checkout code
53-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
53+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
5454
with:
5555
fetch-depth: 0
5656
- name: Set up python ${{ matrix.python }} on ${{ matrix.os }}

.github/workflows/cron_tests.yaml

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

3838
steps:
3939
- name: Checkout code
40-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
40+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4141
with:
4242
fetch-depth: 0
4343
- name: Set up python ${{ matrix.python }} on ${{ matrix.os }}

.github/workflows/wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
os: [ubuntu-22.04, macos-latest]
1616

1717
steps:
18-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
18+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1919

2020
# Used to host cibuildwheel
2121
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0

0 commit comments

Comments
 (0)