Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump actions/checkout from 4.1.6 to 4.1.7 #509

Merged
merged 1 commit into from
Jun 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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].6
uses: actions/[email protected].7

- 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].6
uses: actions/[email protected].7
- 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].6
- uses: actions/[email protected].7
- 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].6
uses: actions/[email protected].7

- name: Download artifact
uses: dawidd6/action-download-artifact@v5
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].6
uses: actions/[email protected].7

- name: Download artifact
uses: dawidd6/action-download-artifact@v5
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].6
- uses: actions/[email protected].7
- uses: actions/[email protected]
with:
python-version: "3.10"
Expand Down