diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 644b097..ab2d3b4 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@v6 - 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..33780a4 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@v6 - name: Set variables id: vars run: |