Skip to content

Commit a792513

Browse files
authored
Merge pull request #70 from asdf-format/dependabot/github_actions/main/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 1aa80fb + 5e8eb0a commit a792513

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
with:
1515
fetch-depth: 0
1616
submodules: true

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
steps:
6868
- name: Checkout code
69-
uses: actions/checkout@v4
69+
uses: actions/checkout@v5
7070
with:
7171
fetch-depth: 0
7272
- name: Set up Python ${{ matrix.python-version }}
@@ -85,12 +85,12 @@ jobs:
8585
runs-on: ubuntu-latest
8686
steps:
8787
- name: Checkout asdf-coordinates-schemas
88-
uses: actions/checkout@v4
88+
uses: actions/checkout@v5
8989
with:
9090
fetch-depth: 0
9191
path: asdf-coordinates-schemas
9292
- name: Checkout asdf-astropy dev
93-
uses: actions/checkout@v4
93+
uses: actions/checkout@v5
9494
with:
9595
fetch-depth: 0
9696
repository: astropy/asdf-astropy

0 commit comments

Comments
 (0)