Skip to content

Commit

Permalink
Merge pull request #491 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 Jan 3, 2023
2 parents bb72b3f + 4ff1813 commit 8653db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: [ "3.7", "3.8", "3.9", "3.10" ]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Create conda environment
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
Expand Down

0 comments on commit 8653db3

Please sign in to comment.