Skip to content

Commit

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

Bump actions/checkout from 3 to 4
  • Loading branch information
kafitzgerald committed Nov 9, 2023
2 parents e7041c4 + 6e171dc commit 13e99ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set environment variables
run: |
echo "TODAY=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .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@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: pre-commit/action@v3.0.0

0 comments on commit 13e99ab

Please sign in to comment.