Skip to content

Commit daa9fe9

Browse files
authored
Merge pull request #329 from mulkieran/issue_project_807
Increase GitHub Action checkout version to v5
2 parents e1456e8 + a19db07 commit daa9fe9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,16 @@ jobs:
4646
runs-on: ubuntu-latest
4747
container: ${{ matrix.image }}
4848
steps:
49-
- uses: actions/checkout@v4
5049
- name: Install dependencies
5150
run: >
5251
dnf install -y
52+
git
5353
make
5454
python-unversioned-command
5555
${{ matrix.dependencies }}
56+
- uses: actions/checkout@v5
57+
with:
58+
persist-credentials: false
5659
- name: Display Python version
5760
run: python --version
5861
- name: Run test

0 commit comments

Comments
 (0)