Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
1 parent 7b1b324 commit e84e39a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
packages: 'write'
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Download test datasets
uses: actions/download-artifact@v3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-portable-binaries-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Generate cache key
id: cache-key
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
options: "--user=root"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Download Binaries
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
options: "--user=root"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Download binaries
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
options: "--user=root"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Download binaries
uses: actions/download-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cache-test-datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Generate cache key
id: generate-cache-key
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/macos-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
matrix: ${{ fromJSON(needs.matrix-factory.outputs.matrix) }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Generate requirements.txt for pip
run: |
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Download unit tests artifact
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Download binary artifact
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Download binary artifact
uses: actions/download-artifact@v3
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
matrix: ${{ steps.set-result.outputs.result }}
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.after }}
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Fix permissions
run: |
Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Fix permissions
run: |
Expand Down Expand Up @@ -354,7 +354,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Fix permissions
run: |
Expand Down Expand Up @@ -397,7 +397,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Fix permissions
run: |
Expand Down

0 comments on commit e84e39a

Please sign in to comment.