Skip to content

Commit 43fb217

Browse files
authored
Merge pull request #11 from Pomodoro-Musei-di-Pesaro/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents a31d85d + 397c43b commit 43fb217

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/LaTeX_Action.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 file della Repo
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v5
1212
- name: Compilazione della guida
1313
uses: xu-cheng/latex-action@v4
1414
with: # insert here files to compile

.github/workflows/Traffic2badge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout Code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
- name: Get Commit Message
1818
id: message

0 commit comments

Comments
 (0)