Skip to content

Commit

Permalink
Update referenced actions to Node 20 (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukiffer committed Feb 15, 2024
1 parent a0f1ebb commit ebf762d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-confluence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
submodules: recursive
token: ${{ secrets.GIT_TOKEN_BASIC || github.token }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
if: inputs.runDocsBuild == true
with:
node-version: lts/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
submodules: recursive
token: ${{ secrets.GIT_TOKEN_BASIC || github.token }}
lfs: ${{ inputs.useGitLfs }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install node dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-sharepoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
submodules: recursive
token: ${{ secrets.GIT_TOKEN_BASIC || github.token }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install node dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
submodules: recursive
token: ${{ secrets.GIT_TOKEN_BASIC || github.token }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install node dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
if: inputs.runPreCommit == true
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.GIT_TOKEN_BASIC || github.token }}
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
submodules: recursive
token: ${{ secrets.GIT_TOKEN_BASIC || github.token }}

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: lts/*

Expand All @@ -113,7 +113,7 @@ jobs:
submodules: recursive
token: ${{ secrets.GIT_TOKEN_BASIC || github.token }}

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: lts/*

Expand Down

0 comments on commit ebf762d

Please sign in to comment.