diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 076d98c..85512c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest name: create release draft steps: - - uses: actions/checkout@v3.2.0 + - uses: actions/checkout@v3.5.0 with: fetch-depth: 0 @@ -54,7 +54,7 @@ jobs: # do a second checkout to prevent race situation # changelog gets updated but action works on old commit id - - uses: actions/checkout@v3.2.0 + - uses: actions/checkout@v3.5.0 with: ref: main