Skip to content

Commit

Permalink
Merge pull request #752 from kvesteri/dependabot/github_actions/githu…
Browse files Browse the repository at this point in the history
…b-actions-f039b2dc45

Bump the github-actions group with 2 updates
  • Loading branch information
kurtmckee authored Sep 5, 2024
2 parents b405ed3 + ee12ab4 commit 7f272de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
matrix:
python-version: ['3.11']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install tox
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
ports:
- 1433:1433
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install MS SQL stuff
Expand Down

0 comments on commit 7f272de

Please sign in to comment.