Skip to content

Commit 39132cf

Browse files
committed
Upgrade GH Actions workflow deps.
1 parent d26f907 commit 39132cf

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci-workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
node: [ '20', '22', '24' ]
1212
name: node ${{ matrix.node }}
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
with:
1616
set-safe-directory: ${{ github.workspace }}
17-
- uses: actions/setup-node@v4
17+
- uses: actions/setup-node@v6
1818
with:
1919
node-version: ${{ matrix.node }}
2020
- run: npm install -g bob@4

.github/workflows/publish-workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
build:
88
runs-on: ubuntu-24.04
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111
with:
1212
ref: main
13-
- uses: actions/setup-node@v4
13+
- uses: actions/setup-node@v6
1414
with:
1515
node-version: '24'
1616
registry-url: https://registry.npmjs.org

.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 }}

.github/workflows/upgrade-deps-workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ jobs:
55
build:
66
runs-on: ubuntu-24.04
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v5
99
with:
1010
token: ${{ secrets.STUDIO_GITHUB_TOKEN }}
11-
- uses: actions/setup-node@v4
11+
- uses: actions/setup-node@v6
1212
with:
1313
node-version: '24'
1414
- run: git config --global user.email "blah+pakkun@cliffano.com"

0 commit comments

Comments
 (0)