diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1478f51a..efef15b2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,6 +17,6 @@ jobs: run: apk add -U git - name: Checkout code # https://github.com/actions/checkout/releases/tag/v4.1.1 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name : Run dapper ci run: dapper ci diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c9545e0a..de3698aa 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,7 +12,7 @@ jobs: contents: write steps: - name : Checkout repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Create release on Github run: |