Skip to content

Commit 186d66b

Browse files
authored
Merge pull request #83 from astropy/dependabot/github_actions/actions-26358e3a13
Bump actions/checkout from 5.0.0 to 6.0.0 in the actions group
2 parents bfc668f + b95b021 commit 186d66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
os: [ubuntu-latest, macOS-latest, windows-latest]
2626
steps:
2727
- name: Checkout code
28-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2929
- name: Set up Python ${{ matrix.python-version }}
3030
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
3131
with:

0 commit comments

Comments
 (0)