Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 4.2.1 to 4.2.2
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.2.1...v4.2.2)

---
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
dependabot[bot] authored Oct 26, 2024
1 parent 997e165 commit 7240df6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_categories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Check if main databases have valid Categories
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
- uses: actions/[email protected]
with:
python-version: "3.10"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_derivatives_change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Fail if the PR contains incorrect derivative databases
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Check if the PR changes any of the derivative databases
id: changed-files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_main_databases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Check if main databases are valid CSVs
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
- uses: actions/[email protected]
with:
python-version: "3.10"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_db_derivatives.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Update derivative databases
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: actions/[email protected]
with:
python-version: "3.10"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_derivative_change_warning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: github.event.workflow_run.event == 'pull_request'
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Download artifact
uses: dawidd6/action-download-artifact@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label_invalid_prs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: github.event.workflow_run.event == 'pull_request'
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Download artifact
uses: dawidd6/action-download-artifact@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Update README.md documentation for Changes
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: actions/[email protected]
with:
python-version: "3.10"
Expand Down

0 comments on commit 7240df6

Please sign in to comment.