Skip to content

Commit

Permalink
Merge pull request #155 from noaa-oar-arl/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…evelop/actions/setup-python-5

build(deps): bump actions/setup-python from 4 to 5
  • Loading branch information
zmoon authored Jan 4, 2024
2 parents 2f08f61 + 8ba9084 commit 55c7902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: github.repository == 'noaa-oar-arl/monetio'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.9"
- uses: pre-commit/[email protected]
Expand Down

0 comments on commit 55c7902

Please sign in to comment.