Skip to content

Commit a691df6

Browse files
authored
Update actionlint Docker image to 20260311 (#352)
* Update actionlint Docker image to 20260311 * Add macos-26-intel to actionlint custom labels
1 parent c626126 commit a691df6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actionlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
self-hosted-runner:
33
labels:
44
- windows-11-arm
5-
- macos-15-intel
5+
- macos-26-intel

.github/workflows/lint-action-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v4.1.1
1919
- name: Check workflow files
20-
uses: docker://ghcr.io/ponylang/shared-docker-ci-actionlint:20260120
20+
uses: docker://ghcr.io/ponylang/shared-docker-ci-actionlint:20260311
2121
with:
2222
args: -color

0 commit comments

Comments
 (0)