-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): ⬆️ update actions/github-script requirement to v3.1.1
Updates the requirements on [actions/github-script](https://github.com/actions/github-script) to permit the latest version. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/commits/f05a81df23035049204b043b50c3322045ce7eb3) Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
703892c
commit 963b976
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
|
||
- name: Get repo and time | ||
id: info | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
result-encoding: string | ||
script: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
|
||
- name: Get repo and time | ||
id: info | ||
uses: actions/[email protected] | ||
uses: actions/[email protected].1 | ||
with: | ||
result-encoding: string | ||
script: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
|
||
- name: Get repo and time | ||
id: info | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
result-encoding: string | ||
script: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
|
||
- name: Get repo and time | ||
id: info | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
result-encoding: string | ||
script: | | ||
|