Skip to content

Commit 66969ff

Browse files
authored
Merge pull request #117 from mulkieran/issue_project_834
Increase GitHub Action checkout version to v6
2 parents d31849b + a64d9d0 commit 66969ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
3434
steps:
35-
- uses: actions/checkout@v5
35+
- uses: actions/checkout@v6
3636
with:
3737
persist-credentials: false
3838
- name: Install dependencies
@@ -66,7 +66,7 @@ jobs:
6666
10
6767
- name: Display Python version
6868
run: python3 --version
69-
- uses: actions/checkout@v5
69+
- uses: actions/checkout@v6
7070
with:
7171
persist-credentials: false
7272
- name: Install dependencies

0 commit comments

Comments
 (0)