Skip to content

Commit b48de02

Browse files
committed
Updating github-config
1 parent 1a110f4 commit b48de02

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/create-draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fail-fast: false # don't cancel all test jobs when one fails
4242
steps:
4343
- name: Setup Go
44-
uses: actions/setup-go@v3
44+
uses: actions/setup-go@v5
4545
with:
4646
go-version: 'stable'
4747
- name: Checkout

.github/workflows/label-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-24.04
1919
steps:
2020
- name: Check Minimal Semver Labels
21-
uses: mheap/github-action-required-labels@v3
21+
uses: mheap/github-action-required-labels@v5
2222
with:
2323
count: 1
2424
labels: semver:major, semver:minor, semver:patch

.github/workflows/lint-yaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
path: github-config
2020

2121
- name: Set up Python
22-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: 3.8
2525

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Setup Go
17-
uses: actions/setup-go@v3
17+
uses: actions/setup-go@v5
1818
with:
1919
go-version: 'stable'
2020

.github/workflows/test-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fail-fast: false # don't cancel all test jobs when one fails
3939
steps:
4040
- name: Setup Go
41-
uses: actions/setup-go@v3
41+
uses: actions/setup-go@v5
4242
with:
4343
go-version: 'stable'
4444

scripts/.util/tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"jam": "v2.11.5",
2+
"jam": "v2.12.0",
33
"pack": "v0.38.2"
44
}

0 commit comments

Comments
 (0)