Skip to content

Commit

Permalink
CI update checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopfonseca committed Nov 14, 2024
1 parent b8346a5 commit 4a7207d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/changelog-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@ on:

workflow_dispatch:

permissions:
contents: write # Set the contents permission to write

jobs:
changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
- name: "✏️ Generate release changelog"
uses: heinrichreimer/[email protected]
with:
Expand Down

0 comments on commit 4a7207d

Please sign in to comment.