Skip to content

Commit 773e711

Browse files
authored
Merge pull request #66 from TraGicCode/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 95907f5 + 54f2478 commit 773e711

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424

2525
- name: Setup Node.js
2626
uses: actions/setup-node@v6

.github/workflows/pull_request_docs_preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727

2828
- name: Setup Node.js
2929
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)