-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump actions/checkout from 4.1.5 to 4.1.6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.5...v4.1.6) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
3aa7e45
commit 2e85f0e
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
name: Fail if the PR contains incorrect derivative databases | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
|
||
- name: Check if the PR changes any of the derivative databases | ||
id: changed-files | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
name: Check if main databases are valid CSVs | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
- uses: actions/[email protected] | ||
with: | ||
python-version: "3.10" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
name: Update derivative databases | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].5 | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected] | ||
with: | ||
python-version: "3.10" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
if: github.event.workflow_run.event == 'pull_request' | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
|
||
- name: Download artifact | ||
uses: dawidd6/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
if: github.event.workflow_run.event == 'pull_request' | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
|
||
- name: Download artifact | ||
uses: dawidd6/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
name: Update README.md documentation for Changes | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].5 | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected] | ||
with: | ||
python-version: "3.10" | ||
|