Skip to content

Commit f58f741

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2d27c03 commit f58f741

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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
@@ -68,7 +68,7 @@ jobs:
6868

6969
steps:
7070
- name: Checkout code
71-
uses: actions/checkout@v4
71+
uses: actions/checkout@v5
7272
with:
7373
fetch-depth: 0
7474
- name: Set up Python ${{ matrix.python-version }}
@@ -87,12 +87,12 @@ jobs:
8787
runs-on: ubuntu-latest
8888
steps:
8989
- name: Checkout asdf-transform-schemas
90-
uses: actions/checkout@v4
90+
uses: actions/checkout@v5
9191
with:
9292
fetch-depth: 0
9393
path: asdf-transform-schemas
9494
- name: Checkout asdf-astropy dev
95-
uses: actions/checkout@v4
95+
uses: actions/checkout@v5
9696
with:
9797
fetch-depth: 0
9898
repository: astropy/asdf-astropy

.github/workflows/downstream.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ jobs:
7070
test_command: pytest
7171
steps:
7272
- name: Checkout asdf-transform-schemas
73-
uses: actions/checkout@v4
73+
uses: actions/checkout@v5
7474
with:
7575
fetch-depth: 0
7676
submodules: true
7777
path: asdf-transform-schemas
7878
- name: Checkout ${{ matrix.package_name }}
79-
uses: actions/checkout@v4
79+
uses: actions/checkout@v5
8080
with:
8181
fetch-depth: 0
8282
repository: ${{ matrix.repository }}

0 commit comments

Comments
 (0)