Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (cylc#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and wxtim committed Sep 27, 2023
1 parent a1cde76 commit c683d96
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-conda-envs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python: [3.7, 3.8, 3.9]
steps:
- name: checkout cylc-doc
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: configure python
uses: actions/setup-python@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
uses: cylc/release-actions/configure-git@v1

- name: checkout cylc-doc
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.cylc-flow-tag }}
path: docs
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
working_directory: ./docs

- name: checkout gh-pages
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: gh-pages
path: gh-pages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
python-version: '3.9'

- name: checkout cylc-doc
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: docs

Expand All @@ -88,7 +88,7 @@ jobs:
metomi_rose_opts: ''

- name: checkout gh-pages branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: gh-pages
path: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shortlog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # need to fetch all commits to check contributors

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
node-version: '16'

- name: checkout cylc-doc
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: install dependencies
uses: ./.github/actions/install-dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/undeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
uses: cylc/release-actions/configure-git@v1

- name: checkout cylc-doc
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: docs

- name: checkout gh-pages
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: gh-pages
path: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_copyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:

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

- name: Configure git
uses: cylc/release-actions/configure-git@v1
Expand Down

0 comments on commit c683d96

Please sign in to comment.