Skip to content

Commit 2a564b9

Browse files
renovate[bot]mergify[bot]
authored andcommitted
ci(deps): update danysk/action-checkout action to v0.2.16
1 parent e28a40c commit 2a564b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
# Checkout the repository
4545
- name: Checkout the pdf creation script
46-
uses: danysk/[email protected].15
46+
uses: danysk/[email protected].16
4747
- name: Checkout gh-pages
4848
uses: actions/[email protected]
4949
with:
@@ -85,7 +85,7 @@ jobs:
8585
- name: Verify the version
8686
run: ruby -e 'unless /^\d+\.[1-9]\d*\.[1-9]\d*$/.match?("${{ needs.compute-version.outputs.version }}") then exit 1 end'
8787
- name: Checkout
88-
uses: danysk/[email protected].15
88+
uses: danysk/[email protected].16
8989
- name: Compile LaTeX
9090
id: compile
9191
uses: DanySK/compile-latex-action@0ed13deb7af7089ead12c05c0bde5ef85b602b9e

.github/workflows/markdown-slides.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
# Checkout the repository
2020
- name: Checkout
21-
uses: danysk/[email protected].15
21+
uses: danysk/[email protected].16
2222
- name: Compute the version of Hugo
2323
id: hugo
2424
shell: bash

0 commit comments

Comments
 (0)