Skip to content

Commit

Permalink
check updated to nodejs20 detect-version and strings-replace
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-ainsel committed Feb 21, 2024
1 parent 89bf264 commit f3a3c58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/act-detect-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ jobs:
test-tags:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: version
uses: milaboratory/github-ci/actions/detect-version@v4-stagging
uses: milaboratory/github-ci/actions/detect-version@v4-beta
outputs:
version-info: ${{ toJSON(steps.version.outputs) }}

test-simple:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: version
uses: milaboratory/github-ci/actions/detect-version@v4-stagging
uses: milaboratory/github-ci/actions/detect-version@v4-beta
with:
branch-versioning: "master"
outputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/act-strings-replace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- id: test
uses: milaboratory/github-ci/actions/strings/replace@v2-beta
uses: milaboratory/github-ci/actions/strings/replace@v4-beta
with:
input: |-
line1 from1
Expand Down

0 comments on commit f3a3c58

Please sign in to comment.