Skip to content

Commit

Permalink
Merge pull request #143 from ACCESS-NRI/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4.1.1

Bump actions/checkout from 3.3.0 to 4.1.1
  • Loading branch information
dougiesquire committed Dec 4, 2023
2 parents 1e167cd + 830d5aa commit 465c49d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@v4
uses: actions/checkout@v4.1.1

- name: Set up Python 3.11
uses: actions/setup-python@v4
Expand All @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@v4
uses: actions/checkout@v4.1.1

- name: Setup conda environment
uses: conda-incubator/setup-miniconda@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.1
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]

Expand All @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@v4
uses: actions/checkout@v4.1.1

- name: Setup conda environment
uses: conda-incubator/setup-miniconda@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gadi_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Checkout repository
### Latest at time of writing
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4.1.1
- name: Sync repository to Gadi
### Latest at time of writing
uses: up9cloud/[email protected]
Expand Down

0 comments on commit 465c49d

Please sign in to comment.