Skip to content

Commit 50ccf63

Browse files
committed
Upgrade GH Actions to latest.
1 parent c729e60 commit 50ccf63

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/setup-python@v6
2121
with:
2222
python-version: ${{ matrix.python }}
23-
- uses: cliffano/command-docker-action@v1.0.0
23+
- uses: cliffano/command-docker-action@v1.4.0
2424
with:
2525
command: 'make ci'
2626
image: cliffano/studio

.github/workflows/release-major-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
build:
66
runs-on: ubuntu-24.04
77
steps:
8-
- uses: cliffano/release-action@v1.1.0
8+
- uses: cliffano/release-action@v1.2.0
99
with:
1010
release_type: 'major'
1111
github_token: ${{ secrets.STUDIO_GITHUB_TOKEN }}

.github/workflows/release-minor-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
build:
66
runs-on: ubuntu-24.04
77
steps:
8-
- uses: cliffano/release-action@v1.1.0
8+
- uses: cliffano/release-action@v1.2.0
99
with:
1010
release_type: 'minor'
1111
github_token: ${{ secrets.STUDIO_GITHUB_TOKEN }}

.github/workflows/release-patch-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
build:
66
runs-on: ubuntu-24.04
77
steps:
8-
- uses: cliffano/release-action@v1.1.0
8+
- uses: cliffano/release-action@v1.2.0
99
with:
1010
release_type: 'patch'
1111
github_token: ${{ secrets.STUDIO_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)