Skip to content

Commit 1ef5978

Browse files
author
mkudlej
authored
Update acceptance.yml
upgrade some GH actions
1 parent d2315d7 commit 1ef5978

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/acceptance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
check:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- name: Setup Python
1414
id: setup-python
15-
uses: actions/setup-python@v2
15+
uses: actions/setup-python@v5
1616
with:
1717
python-version: '3.11'
1818
- name: Install pipenv

0 commit comments

Comments
 (0)