Skip to content

Commit ee2e262

Browse files
krzema12Vampire
authored andcommitted
Update typesafegithub/github-actions-typing to v2
1 parent 0b318e1 commit ee2e262

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/check-action-typing.main.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0")
2525

2626
@file:DependsOn("actions:checkout:v4")
27-
@file:DependsOn("typesafegithub:github-actions-typing:v1")
27+
@file:DependsOn("typesafegithub:github-actions-typing:v2")
2828

2929
import io.github.typesafegithub.workflows.actions.actions.Checkout
3030
import io.github.typesafegithub.workflows.actions.typesafegithub.GithubActionsTyping

Diff for: .github/workflows/check-action-typing.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
uses: 'actions/checkout@v4'
5252
- id: 'step-2'
5353
name: 'Check Action Typing'
54-
uses: 'typesafegithub/github-actions-typing@v1'
54+
uses: 'typesafegithub/github-actions-typing@v2'

0 commit comments

Comments
 (0)