Skip to content

Commit

Permalink
Merge pull request #429 from NCAR/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
pilotchute committed Dec 12, 2022
2 parents a376961 + 339e30c commit 9947497
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python-version: "3.10"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Create conda environment
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.0

0 comments on commit 9947497

Please sign in to comment.