diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-01 11:57:30 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-05-11 09:30:48 +0200 |
commit | 882235d58178122df37f504cb0960652a27bd7f5 (patch) | |
tree | c0a4ee143b979a356c0920fa4e18266f111c5e76 /.github/workflows/development_freeze.yml | |
parent | tmpfiles: Add merge support for copy files action (diff) | |
download | systemd-882235d58178122df37f504cb0960652a27bd7f5.tar.xz systemd-882235d58178122df37f504cb0960652a27bd7f5.zip |
build(deps): bump actions/github-script from 6.4.0 to 6.4.1
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/98814c53be79b1d30f795b907e553d8679345975...d7906e4ad0b1822421a7e6a35d5ca353c962f410)
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/development_freeze.yml')
-rw-r--r-- | .github/workflows/development_freeze.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/development_freeze.yml b/.github/workflows/development_freeze.yml index 8e321a17d6..c4b48de31d 100644 --- a/.github/workflows/development_freeze.yml +++ b/.github/workflows/development_freeze.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Download Pull Request Metadata artifact - uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 + uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 with: script: | const artifacts = await github.rest.actions.listWorkflowRunArtifacts({ @@ -54,7 +54,7 @@ jobs: - run: unzip ${{ env.PULL_REQUEST_METADATA_FILE }}.zip - name: 'Get Pull Request number' - uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 + uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | |