Skip to content

Commit

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

chore(deps): bump actions/checkout from 3.5.2 to 4.1.1
  • Loading branch information
joeirimpan authored Jan 16, 2024
2 parents 575d41b + 0698ff4 commit 6c73927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.1.1
- uses: actions/[email protected]
- uses: pre-commit/[email protected]

Expand All @@ -20,7 +20,7 @@ jobs:
python-version: ["3.8", "3.9", "3.10"]

steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.1.1

- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
Expand Down

0 comments on commit 6c73927

Please sign in to comment.