diff --git a/.github/workflows/notice-board.yml b/.github/workflows/notice-board.yml index 034309a12..b68b113bb 100644 --- a/.github/workflows/notice-board.yml +++ b/.github/workflows/notice-board.yml @@ -14,7 +14,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: fetch-depth: 0 ref: ${{ github.ref }} diff --git a/.github/workflows/renovate-app-version.yml b/.github/workflows/renovate-app-version.yml index 9868df0f4..e803f90ba 100644 --- a/.github/workflows/renovate-app-version.yml +++ b/.github/workflows/renovate-app-version.yml @@ -42,7 +42,7 @@ jobs: statuses: write steps: - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: fetch-depth: 0 ref: ${{ github.head_ref }}