Skip to content

Commit 5f3cce3

Browse files
authored
Merge branch 'main' into calendar-embed
2 parents a83614e + bcca5ae commit 5f3cce3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: deploy
1313
runs-on: "ubuntu-latest"
1414
steps:
15-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
15+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616

1717
- uses: conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3.0.4
1818
with:
@@ -43,10 +43,9 @@ jobs:
4343
user_email: [email protected]
4444

4545
- name: Link Checker
46-
uses: lycheeverse/lychee-action@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621 # v1.10.0
46+
uses: lycheeverse/lychee-action@7cd0af4c74a61395d455af97419279d86aafaede # v2.0.2
4747
with:
4848
token: ${{ secrets.GITHUB_TOKEN }}
49-
lycheeVersion: "0.14.3"
5049
args: >
5150
--no-progress
5251
--timeout 60

0 commit comments

Comments
 (0)