Skip to content

Commit 8c27583

Browse files
committed
Refresh GitHub Actions
1 parent d38724c commit 8c27583

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Node ${{ matrix.node_version }} on ${{ matrix.os }}
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v7
2424
with:
2525
fetch-depth: 0
2626
- name: Build Reason
@@ -39,17 +39,17 @@ jobs:
3939
echo "GIT_BRANCH_SUFFIX=$branch" >> $GITHUB_ENV
4040
echo "ref: $GITHUB_REF event: $GITHUB_EVENT_NAME branch_suffix: $branch"
4141
- name: Setup Node.js environment
42-
uses: actions/setup-node@v6
42+
uses: actions/setup-node@v7
4343
with:
4444
node-version: ${{ matrix.node_version }}
4545
registry-url: "https://registry.npmjs.org"
4646
- name: Cache node_modules
47-
uses: actions/cache@v5
47+
uses: actions/cache@v6
4848
with:
4949
path: node_modules
5050
key: ${{ matrix.node_version }}-${{ runner.os }}-node-modules-${{ hashFiles('package-lock.json') }}
5151
- name: Setup .NET SDK for MinVer
52-
uses: actions/setup-dotnet@v5
52+
uses: actions/setup-dotnet@v6
5353
with:
5454
dotnet-version: "10.0.x"
5555
- name: Build Version
@@ -86,7 +86,7 @@ jobs:
8686
run: npm publish --workspaces --access public
8787
- name: Setup GitHub CI Node.js environment
8888
if: github.event_name != 'pull_request' && startsWith(github.ref, 'refs/heads/') && matrix.os == 'ubuntu-latest' && contains(steps.version.outputs.version, '-')
89-
uses: actions/setup-node@v6
89+
uses: actions/setup-node@v7
9090
with:
9191
node-version: ${{ matrix.node_version }}
9292
registry-url: "https://npm.pkg.github.com"

0 commit comments

Comments
 (0)