Skip to content

Commit 1a9f02e

Browse files
authored
Merge pull request #567 from mulkieran/issue_project_834
Increase GitHub Action checkout version to v6
2 parents ef5a7a5 + 28fffde commit 1a9f02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
4646
steps:
47-
- uses: actions/checkout@v5
47+
- uses: actions/checkout@v6
4848
with:
4949
persist-credentials: false
5050
- name: Install dependencies

0 commit comments

Comments
 (0)