Skip to content

Commit 74327ac

Browse files
Merge branch 'main' into patch-1
2 parents 3a1f928 + 0d82452 commit 74327ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/actions/how-tos/reuse-automations/reuse-workflows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You can define inputs and secrets, which can be passed from the caller workflow
5959
reusable_workflow_job:
6060
runs-on: ubuntu-latest
6161
steps:
62-
- uses: actions/labeler@v4
62+
- uses: actions/labeler@v5
6363
with:
6464
repo-token: ${{ secrets.personal_access_token }}
6565
configuration-path: ${{ inputs.config-path }}
@@ -99,7 +99,7 @@ jobs:
9999
triage:
100100
runs-on: ubuntu-latest
101101
steps:
102-
- uses: actions/labeler@v4
102+
- uses: actions/labeler@v5
103103
with:
104104
repo-token: ${{ secrets.token }}
105105
configuration-path: ${{ inputs.config-path }}

data/reusables/dependency-submission/premade-action-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
go-version: ">=1.18.0"
4141

4242
- name: Run snapshot action
43-
uses: actions/go-dependency-submission@v1
43+
uses: actions/go-dependency-submission@v2
4444
with:
4545
# Required: Define the repo path to the go.mod file used by the
4646
# build target

0 commit comments

Comments
 (0)