Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/typescript-eslint/…
Browse files Browse the repository at this point in the history
…eslint-plugin-8.18.0
  • Loading branch information
mig42 authored Dec 10, 2024
2 parents d6b53ff + d3bd23e commit df8b2d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
run: git fetch --prune --unshallow

- name: install gitversion
uses: gittools/actions/gitversion/[email protected].0
uses: gittools/actions/gitversion/[email protected].4
with:
versionSpec: '6.x'
versionSpec: '6.0.x'

- name: execute gitversion
id: gitversion
uses: gittools/actions/gitversion/[email protected].0
uses: gittools/actions/gitversion/[email protected].4

- name: print gitversion
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
run: git fetch --prune --unshallow

- name: install gitversion
uses: gittools/actions/gitversion/[email protected].0
uses: gittools/actions/gitversion/[email protected].4
with:
versionSpec: '6.x'
versionSpec: '6.0.x'

- name: execute gitversion
id: gitversion-before
uses: gittools/actions/gitversion/[email protected].0
uses: gittools/actions/gitversion/[email protected].4

- name: print gitversion before release
run: |
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- name: execute gitversion again
id: gitversion-after
uses: gittools/actions/gitversion/[email protected].0
uses: gittools/actions/gitversion/[email protected].4

- name: print gitversion after release
run: |
Expand Down

0 comments on commit df8b2d2

Please sign in to comment.