diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 537f5131c..3158a2c99 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,7 +56,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 with: submodules: true @@ -192,7 +192,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 # Remove old release drafts by using the curl request for the available releases with a draft flag - name: Remove Old Release Drafts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5db2acfe4..2f851832b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 with: ref: ${{ github.event.release.tag_name }} submodules: true