Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/cache-3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer authored Dec 1, 2023
2 parents 12cf1b9 + 41f36cb commit b4b7a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Repo
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.1.0
with:
persist-credentials: false
fetch-depth: 0

- name: Set Up NodeJs
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.1
with:
node-version-file: '.nvmrc'
cache: npm
Expand Down

0 comments on commit b4b7a5a

Please sign in to comment.