Skip to content

Commit 5512f2b

Browse files
authored
Merge pull request #19 from Pomodoro-Musei-di-Pesaro/dependabot/github_actions/actions/checkout-4.2.1
Bump actions/checkout from 4.2.0 to 4.2.1
2 parents a04b977 + 7544052 commit 5512f2b

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.0
11+
uses: actions/checkout@v4.2.1
1212
- name: Compilazione del file della Relazione
1313
uses: xu-cheng/latex-action@v3
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.0
15+
uses: actions/checkout@v4.2.1
1616

1717
- name: Get Commit Message
1818
id: message

0 commit comments

Comments
 (0)