Skip to content

Commit 707f33a

Browse files
committed
Upgrade GH Actions
1 parent 37b55c4 commit 707f33a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/check-links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
lychee:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v6
2424
- name: Link Checker
2525
id: lychee
26-
uses: lycheeverse/lychee-action@v1.6.1
26+
uses: lycheeverse/lychee-action@v2
2727
env:
2828
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2929
with:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
lint:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v6
1212
- uses: pnpm/action-setup@v4
1313
- name: Install modules
1414
run: pnpm i

.github/workflows/notify-imgproxy-js-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Repository Dispatch
14-
uses: peter-evans/repository-dispatch@v2
14+
uses: peter-evans/repository-dispatch@v4
1515
with:
1616
token: ${{ secrets.WORKFLOW_DISPATCH_TOKEN }}
1717
repository: imgproxy/imgproxy-js-core

0 commit comments

Comments
 (0)