Skip to content

Commit 7f272de

Browse files
authored
Merge pull request #752 from kvesteri/dependabot/github_actions/github-actions-f039b2dc45
Bump the github-actions group with 2 updates
2 parents b405ed3 + ee12ab4 commit 7f272de

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
matrix:
99
python-version: ['3.11']
1010
steps:
11-
- uses: actions/checkout@v3
12-
- uses: actions/setup-python@v4
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-python@v5
1313
with:
1414
python-version: ${{ matrix.python-version }}
1515
- name: Install tox

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ jobs:
5858
ports:
5959
- 1433:1433
6060
steps:
61-
- uses: actions/checkout@v3
61+
- uses: actions/checkout@v4
6262
- name: Set up Python
63-
uses: actions/setup-python@v4
63+
uses: actions/setup-python@v5
6464
with:
6565
python-version: ${{ matrix.python-version }}
6666
- name: Install MS SQL stuff

0 commit comments

Comments
 (0)