Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent bf4224a commit 16e4ad4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
timeout-minutes: 15
steps:
- run: echo "Creating Linux draft release for tag ${{ inputs.tag_name }}"
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
ref: ${{ inputs.tag_name }}
fetch-depth: 0 # https://github.com/actions/checkout/issues/1471
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
with:
node-version: 18

- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
ref: ${{ inputs.tag_name }}
fetch-depth: 0 # https://github.com/actions/checkout/issues/1471
Expand All @@ -113,7 +113,7 @@ jobs:
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
steps:
- run: echo "Creating Mac release for tag ${{ inputs.tag_name }}"
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
ref: ${{ inputs.tag_name }}
fetch-depth: 0 # https://github.com/actions/checkout/issues/1471
Expand All @@ -137,7 +137,7 @@ jobs:
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
steps:
- run: echo "Creating Mac release for tag ${{ inputs.tag_name }}"
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
ref: ${{ inputs.tag_name }}
fetch-depth: 0 # https://github.com/actions/checkout/issues/1471
Expand Down

0 comments on commit 16e4ad4

Please sign in to comment.