Skip to content

Commit 22a8810

Browse files
build(deps): bump actions/checkout from 4 to 5 (#693)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 70a3604 commit 22a8810

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out the repository
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515

1616
- name: Run Labeler
1717
uses: crazy-max/[email protected]

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id-token: write
1818
if: ${{ github.repository }} == 'stac-utils/stac-api-validator'
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- name: Set up Python 3.x
2222
uses: actions/setup-python@v5
2323
with:

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Check out the repository
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737

3838
- name: Set up Python ${{ matrix.python }}
3939
uses: actions/setup-python@v5
@@ -117,7 +117,7 @@ jobs:
117117
PIP_CONSTRAINTS: ${{ github.workspace }}/.github/workflows/constraints.txt
118118
steps:
119119
- name: Check out the repository
120-
uses: actions/checkout@v4
120+
uses: actions/checkout@v5
121121

122122
- name: Set up Python
123123
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)