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] committed Nov 13, 2023
1 parent 262ba03 commit 0604331
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref || github.ref }}
token: ${{ secrets.REBUILD_PUSH_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ecbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checkout ecbuild Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ecmwf/ecbuild
ref: develop
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/eckit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checkout eckit Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ecmwf/eckit
ref: develop
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/odc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checkout odc Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ecmwf/odc
ref: develop
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pyodc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checkout pyodc Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ecmwf/pyodc
ref: develop
Expand Down

0 comments on commit 0604331

Please sign in to comment.