diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0428748..14abff5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 # Runs a single command using the runners shell - name: Install prerequisites diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5d7b91b..735c64e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -57,7 +57,7 @@ jobs: if: needs.changelog.outputs.changeLogOutcome == 'success' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0