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.8.0 to 3.8.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.0 to 3.8.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](bea5baf987...5e21ff4d9b
)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
75e098b20b
commit
2d2af929a9
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@bea5baf987ba7aa777a8a0b4ace377a21c45c381
|
||||
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
|
||||
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@bea5baf987ba7aa777a8a0b4ace377a21c45c381
|
||||
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
|
||||
with:
|
||||
node-version: 18
|
||||
- name: Checkout code 👋
|
||||
|
|
Loading…
Reference in a new issue