Skip to content

Commit da2134b

Browse files
dependabot[bot]tmorrell
authored andcommitted
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 c10d691 commit da2134b

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/black.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ jobs:
66
lint:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v6
9+
- uses: actions/checkout@v7
1010
- uses: psf/black@stable

.github/workflows/bot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v6
10+
- uses: actions/checkout@v7
1111
with:
1212
fetch-depth: 0
1313

.github/workflows/codemeta2cff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@v7
2020
- name: Convert CFF
2121
uses: caltechlibrary/codemeta2cff@main
2222
- name: Install jq for JSON parsing

.github/workflows/iga.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
runs-on: ubuntu-latest
8080
steps:
8181
- name: Checkout
82-
uses: actions/checkout@v6
82+
uses: actions/checkout@v7
8383
with:
8484
ref: ${{ env.ref }}
8585
- name: Install sde
@@ -96,7 +96,7 @@ jobs:
9696
needs: add_doi_codemeta
9797
steps:
9898
- name: Checkout
99-
uses: actions/checkout@v6
99+
uses: actions/checkout@v7
100100
with:
101101
ref: ${{ env.ref }}
102102
- name: Convert CFF

.github/workflows/pypi-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build-n-publish:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v6
12+
- uses: actions/checkout@v7
1313
- name: Set up Python 3.9
1414
uses: actions/setup-python@v6
1515
with:

0 commit comments

Comments
 (0)