Skip to content

Commit e36e325

Browse files
authored
Merge pull request #5 from R0mb0/dependabot/github_actions/actions/checkout-5.0.0
Bump actions/checkout from 4.2.2 to 5.0.0
2 parents e0dcf10 + a7df328 commit e36e325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Compilation_Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Download repo files
11-
uses: actions/checkout@v4.2.2
11+
uses: actions/checkout@v5.0.0
1212
- name: Compile files
1313
uses: xu-cheng/latex-action@v4
1414
with:

0 commit comments

Comments
 (0)