Skip to content

Commit a44d37a

Browse files
authored
Merge pull request #82 from asdf-format/dependabot/github_actions/main/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents d3a7b45 + 27521bd commit a44d37a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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@v5
13+
uses: actions/checkout@v6
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@v5
69+
uses: actions/checkout@v6
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-wcs-schemas
88-
uses: actions/checkout@v5
88+
uses: actions/checkout@v6
8989
with:
9090
fetch-depth: 0
9191
path: asdf-wcs-schemas
9292
- name: Checkout gwcs dev
93-
uses: actions/checkout@v5
93+
uses: actions/checkout@v6
9494
with:
9595
fetch-depth: 0
9696
repository: spacetelescope/gwcs

0 commit comments

Comments
 (0)