diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 644b097..1521786 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: os: [ debian, alpine ] steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set variables id: vars working-directory: ${{ matrix.major }}/${{ matrix.os }} diff --git a/.github/workflows/dockerhub.yml b/.github/workflows/dockerhub.yml index 5628dc9..c74c73b 100644 --- a/.github/workflows/dockerhub.yml +++ b/.github/workflows/dockerhub.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set variables id: vars run: |