mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
chore(deps): bump actions/setup-node from 3.7.0 to 3.8.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](e33196f742...bea5baf987
)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
57d38621c5
commit
b47dbdfb68
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
with:
|
||||
go-version: 1.20.5
|
||||
cache-dependency-path: src/go.sum
|
||||
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8
|
||||
- uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381
|
||||
with:
|
||||
node-version: 17.6.0
|
||||
# Create Kind cluster to have a Kubernetes context for cloud-native-azure theme
|
||||
|
|
2
.github/workflows/social.yml
vendored
2
.github/workflows/social.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install Node ⬇️
|
||||
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8
|
||||
uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381
|
||||
with:
|
||||
node-version: 18
|
||||
- name: Checkout code 👋
|
||||
|
|
Loading…
Reference in a new issue