Skip to content

Commit df56806

Browse files
Merge pull request #88 from VirtualProgrammingLab/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 0b4cac0 + b7a373b commit df56806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-24.04
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313

1414
- name: Setup Python
1515
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)