Skip to content

Commit 4d9f522

Browse files
authored
Merge pull request #23 from Pomodoro-Musei-di-Pesaro/dependabot/github_actions/actions/checkout-5.0.0
Bump actions/checkout from 4.2.2 to 5.0.0
2 parents 8115608 + 5b291e0 commit 4d9f522

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.2.2
11+
uses: actions/checkout@v5.0.0
1212
- name: Compilazione del file della Relazione
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.2.2
15+
uses: actions/checkout@v5.0.0
1616

1717
- name: Get Commit Message
1818
id: message

0 commit comments

Comments
 (0)