Skip to content

Commit

Permalink
Update GitHub Actions (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
zliang-akamai authored Jun 14, 2023
1 parent 2639788 commit 1d0df31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@fe52e97d262833ae07d05efaf1a239df3f1b5cd4 # pin@v5
- uses: release-drafter/release-drafter@569eb7ee3a85817ab916c8f8ff03a5bd96c9c83e # pin@v5.23.0
with:
config-name: release-drafter.yml
env:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
run: echo "::add-mask::${{ inputs.token }}"

- name: Setup Python 3
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v4
if: ${{ inputs.setup-python == 'true' }}
with:
python-version: '3.x'
Expand Down

0 comments on commit 1d0df31

Please sign in to comment.