Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Bump actions/github-script from 5.1.0 to 6 #403

Merged
merged 1 commit into from
Feb 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
environment: Docker Release
steps:
- uses: actions/github-script@e3cbab99d3a9b271e1b79fc96d103a4a5534998c
- uses: actions/github-script@9ac08808f993958e9de277fe43a64532a609130e
id: version
with:
script: |
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
with:
node-version: 16

- uses: actions/github-script@e3cbab99d3a9b271e1b79fc96d103a4a5534998c
- uses: actions/github-script@9ac08808f993958e9de277fe43a64532a609130e
id: version
with:
script: |
Expand Down