Skip to content

Commit 96fa027

Browse files
renovate[bot]mergify[bot]
authored andcommitted
ci(deps): update actions/checkout action to v4.1.3
1 parent 76cce6f commit 96fa027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
version: ${{ steps.version-compute.outputs.version }}
2626
steps:
2727
- name: Checkout
28-
uses: actions/[email protected].1
28+
uses: actions/[email protected].3
2929
with:
3030
fetch-depth: 0
3131
- name: Count the commits so far
@@ -45,7 +45,7 @@ jobs:
4545
- name: Checkout the pdf creation script
4646
uses: danysk/[email protected]
4747
- name: Checkout gh-pages
48-
uses: actions/[email protected].1
48+
uses: actions/[email protected].3
4949
with:
5050
path: pages
5151
ref: gh-pages

0 commit comments

Comments
 (0)