Skip to content

Commit c885cd4

Browse files
⬆️ Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 79b33a7 commit c885cd4

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/citation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
check-citation:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@v7
1414
- name: Check whether the citation metadata from CITATION.cff is valid
1515
uses: citation-file-format/cffconvert-github-action@2.0.0
1616
with:

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- name: Inject env variables
1111
uses: rlespinasse/github-slug-action@v3.x
12-
- uses: actions/checkout@v6
12+
- uses: actions/checkout@v7
1313
- name: deploy JSON Schema for version ${{ env.GITHUB_REF_SLUG }}
1414
uses: peaceiris/actions-gh-pages@v4
1515
with:
@@ -20,7 +20,7 @@ jobs:
2020
if: startsWith(github.ref, 'refs/tags/stac-model-v')
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v6
23+
- uses: actions/checkout@v7
2424
- name: Set up Python
2525
uses: actions/setup-python@v6.2.0
2626
with:

.github/workflows/stac-model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
COVERAGE_FILE: .coverage.${{ matrix.python-version }}
1313

1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v7
1616
- name: Set up Python ${{ matrix.python-version }}
1717
uses: actions/setup-python@v6.2.0
1818
with:

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
with:
99
node-version: 'lts/*'
1010
#cache: npm
11-
- uses: actions/checkout@v6
11+
- uses: actions/checkout@v7
1212
- run: |
1313
npm install
1414
npm list

0 commit comments

Comments
 (0)