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 2 to 4 #43

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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/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