Skip to content

Commit e8f12f9

Browse files
chore(deps): update actions/checkout action to v4.3.0
1 parent 02929ea commit e8f12f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4.2.2
14+
uses: actions/checkout@v4.3.0
1515
- name: Setup Node.js environment
1616
uses: actions/[email protected]
1717
- name: Install Prince

.github/workflows/spellchecker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout Code
13-
uses: actions/checkout@v4.2.2
13+
uses: actions/checkout@v4.3.0
1414

1515
- name: Setup Node.js environment
1616
uses: actions/[email protected]

0 commit comments

Comments
 (0)