Skip to content

Commit

Permalink
Merge pull request #1 from idiap/dependabot/github_actions/actions/ch…
Browse files Browse the repository at this point in the history
…eckout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
sgaist authored Oct 2, 2023
2 parents 2de4943 + 3deb314 commit 9b5e45a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- "3.11"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "${{ matrix.python-version }}"
Expand Down

0 comments on commit 9b5e45a

Please sign in to comment.