Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 17, 2023
1 parent e3dcdf2 commit 3c9bf4e
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-broker-exporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
config: buildkitd.toml

- name: Checkout cads-broker-exporter repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ecmwf-projects/cads-broker-exporter
token: ${{ secrets.CADS_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-cads-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
config: buildkitd.toml

- name: Checkout cads-deployment repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ecmwf-projects/cads-deployment
ref: ${{ inputs.deployment_branch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-canary-microservice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
config: buildkitd.toml

- name: Checkout canary-microservice repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ecmwf-projects/canary-microservice
token: ${{ secrets.CADS_PAT }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-cim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ jobs:
config: buildkitd.toml

- name: Checkout cads-cim-api repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ecmwf-projects/cads-cim-api
token: ${{ secrets.CADS_PAT }}
path: cads-cim-api

- name: Checkout cads-cim-ui repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ecmwf-projects/cads-cim-ui
token: ${{ secrets.CADS_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-csw-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
config: buildkitd.toml

- name: Checkout pycsw-dynamic repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ecmwf-projects/pycsw-dynamic
token: ${{ secrets.CADS_PAT }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-dask-mars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ jobs:
config: buildkitd.toml

- name: Checkout cads-deployment repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ecmwf-projects/cads-deployment
ref: ${{ github.event.inputs.deployment_branch }}
token: ${{ secrets.CADS_PAT }}
path: .

- name: Clone cads-common repo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: ecmwf-projects/cads-common
token: ${{ secrets.CADS_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-fluentd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
config: buildkitd.toml

- name: Checkout fluentd repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ecmwf-projects/cads-fluentd
token: ${{ secrets.CADS_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-keycloak-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
config: buildkitd.toml

- name: Checkout cads-deployment repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ecmwf-projects/cads-deployment
ref: ${{ github.event.inputs.deployment_branch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-monitor-alert-log.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
config: buildkitd.toml

- name: Checkout cads-monitor-alert-log repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ecmwf-projects/cads-monitor-alert-log
token: ${{ secrets.CADS_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-monitor-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
config: buildkitd.toml

- name: Checkout monitor-metrics repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ecmwf-projects/cads-monitor-metrics
token: ${{ secrets.CADS_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-monitor-nrpe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
config: buildkitd.toml

- name: Checkout cads-monitor-nrpe repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ecmwf-projects/cads-monitor-nrpe
token: ${{ secrets.CADS_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-monitor-statistics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
config: buildkitd.toml

- name: Checkout cads-monitor-statistics repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ecmwf-projects/cads-monitor-statistics
token: ${{ secrets.CADS_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-monitor-user-details.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
config: buildkitd.toml

- name: Checkout cads-monitor-user-details repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ecmwf-projects/cads-monitor-user-details
token: ${{ secrets.CADS_PAT }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-obs-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
config: buildkitd.toml

- name: Checkout cads-deployment repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ecmwf-projects/cads-deployment
ref: ${{ github.event.inputs.deployment_branch }}
Expand All @@ -65,7 +65,7 @@ jobs:
mode: test

- name: Checkout cads-obs-catalogue-manager repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ecmwf-projects/cads-obs-catalogue-manager
ref: ${{ env.CADS_OBS_CATALOGUE_MANAGER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout cads-deployment repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ecmwf-projects/cads-deployment
token: ${{ secrets.CADS_PAT }}
Expand Down

0 comments on commit 3c9bf4e

Please sign in to comment.