Skip to content

Commit

Permalink
Update arkedge/gh-federation action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2024
1 parent 73caef7 commit 361db15
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-coding-rule-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
steps:
- name: gh-federation
if: inputs.federation_repos != ''
uses: arkedge/gh-federation@437d2b0433a7d4a009e311d176d18abd85626fa4 # v3.1.0
uses: arkedge/gh-federation@bb238b28fee1f2f462d111322cb8b812a66d2bb7 # v4.0.0
with:
endpoint: ${{ secrets.GH_FEDERATION_ENDPOINT }}
repos: ${{ inputs.federation_repos }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-coding-rule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- name: gh-federation
if: inputs.federation_repos != ''
uses: arkedge/gh-federation@437d2b0433a7d4a009e311d176d18abd85626fa4 # v3.1.0
uses: arkedge/gh-federation@bb238b28fee1f2f462d111322cb8b812a66d2bb7 # v4.0.0
with:
endpoint: ${{ secrets.GH_FEDERATION_ENDPOINT }}
repos: ${{ inputs.federation_repos }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-encoding-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- name: gh-federation
if: inputs.federation_repos != ''
uses: arkedge/gh-federation@437d2b0433a7d4a009e311d176d18abd85626fa4 # v3.1.0
uses: arkedge/gh-federation@bb238b28fee1f2f462d111322cb8b812a66d2bb7 # v4.0.0
with:
endpoint: ${{ secrets.GH_FEDERATION_ENDPOINT }}
repos: ${{ inputs.federation_repos }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-encoding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- name: gh-federation
if: inputs.federation_repos != ''
uses: arkedge/gh-federation@437d2b0433a7d4a009e311d176d18abd85626fa4 # v3.1.0
uses: arkedge/gh-federation@bb238b28fee1f2f462d111322cb8b812a66d2bb7 # v4.0.0
with:
endpoint: ${{ secrets.GH_FEDERATION_ENDPOINT }}
repos: ${{ inputs.federation_repos }}
Expand Down
2 changes: 1 addition & 1 deletion action-c2a-build-win32/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
steps:
- name: gh-federation
if: inputs.federation_repos != ''
uses: arkedge/gh-federation@437d2b0433a7d4a009e311d176d18abd85626fa4 # v3.1.0
uses: arkedge/gh-federation@bb238b28fee1f2f462d111322cb8b812a66d2bb7 # v4.0.0
with:
endpoint: ${{ inputs.gh_federation_endpoint }}
repos: ${{ inputs.federation_repos }}
Expand Down
2 changes: 1 addition & 1 deletion action-c2a-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:
steps:
- name: gh-federation
if: inputs.federation_repos != ''
uses: arkedge/gh-federation@437d2b0433a7d4a009e311d176d18abd85626fa4 # v3.1.0
uses: arkedge/gh-federation@bb238b28fee1f2f462d111322cb8b812a66d2bb7 # v4.0.0
with:
endpoint: ${{ inputs.gh_federation_endpoint }}
repos: ${{ inputs.federation_repos }}
Expand Down

0 comments on commit 361db15

Please sign in to comment.