Skip to content

Commit b99a80e

Browse files
Merge pull request #85 from VirtualProgrammingLab/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents b1b580d + 08b3f0c commit b99a80e

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@v4
12+
- uses: actions/checkout@v5
1313

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

0 commit comments

Comments
 (0)