Skip to content

Commit

Permalink
Update typesafegithub/github-actions-typing to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 authored and Vampire committed Feb 4, 2025
1 parent 0b318e1 commit 65a1299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-action-typing.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0")

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

import io.github.typesafegithub.workflows.actions.actions.Checkout
import io.github.typesafegithub.workflows.actions.typesafegithub.GithubActionsTyping
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-action-typing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
uses: 'actions/checkout@v4'
- id: 'step-2'
name: 'Check Action Typing'
uses: 'typesafegithub/github-actions-typing@v1'
uses: 'typesafegithub/github-actions-typing@v2'

0 comments on commit 65a1299

Please sign in to comment.