Skip to content

Commit 04bba45

Browse files
authored
Merge pull request #25 from im-open/PLPT-723
Update to node20 +semver:minor
2 parents 5327bb7 + ecc28a2 commit 04bba45

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules/
2-
/.vscode/launch.json
2+
/.vscode/launch.json
3+
.DS_Store

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
- name: Set environment
6868
id: env-scope
69-
uses: im-open/set-environment-variables-by-scope@v1.1.5
69+
uses: im-open/set-environment-variables-by-scope@v1.2.0
7070
with:
7171
scope: ${{ workflow.inputs.environment }}
7272
create-output-variables: true
@@ -91,7 +91,7 @@ jobs:
9191
# the supplied env variables to create the resulting environment and output vars
9292
- name: Build Workflow Environment Variables
9393
# You may also reference just the major or major.minor version
94-
uses: im-open/set-environment-variables-by-scope@v1.1.5
94+
uses: im-open/set-environment-variables-by-scope@v1.2.0
9595
with:
9696
scope: ${{ needs.setup.outputs.env-scope }}
9797
input-file: ./env-vars.yml
@@ -158,7 +158,7 @@ GitHub actions expressions can be used in the _`key-value`_ when supplying input
158158

159159
```yaml
160160
- name: Build DB Connection
161-
uses: im-open/set-environment-variables-by-scope@v1.1.5
161+
uses: im-open/set-environment-variables-by-scope@v1.2.0
162162
with:
163163
scope: ${{ needs.setup.outputs.env-scope }}
164164
env:
@@ -218,7 +218,7 @@ This repo uses [git-version-lite] in its workflows to examine commit messages to
218218

219219
### Source Code Changes
220220

221-
The files and directories that are considered source code are listed in the `files-with-code` and `dirs-with-code` arguments in both the [build-and-review-pr] and [increment-version-on-merge] workflows.
221+
The files and directories that are considered source code are listed in the `files-with-code` and `dirs-with-code` arguments in both the [build-and-review-pr] and [increment-version-on-merge] workflows.
222222

223223
If a PR contains source code changes, the README.md should be updated with the latest action version and the action should be recompiled. The [build-and-review-pr] workflow will ensure these steps are performed when they are required. The workflow will provide instructions for completing these steps if the PR Author does not initially complete them.
224224

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ inputs:
2121
required: false
2222

2323
runs:
24-
using: 'node16'
24+
using: 'node20'
2525
main: 'dist/index.js'

0 commit comments

Comments
 (0)