Skip to content

Commit 3b272bb

Browse files
Update actions/checkout action to v7
1 parent b3c5516 commit 3b272bb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/generatepdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717

1818
- name: generate pdf
1919
run: |

.github/workflows/translatereadme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@v7
1414
- name: Setup Node.js
1515
uses: actions/setup-node@v7
1616
with:

0 commit comments

Comments
 (0)