diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d917096..a273e64 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: steps: - name: "Checkout ${{ github.ref }} from ${{ github.repository }}" - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: "Setup Ruby" uses: ruby/setup-ruby@v1.313.0 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index d5fb97d..033232d 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -24,7 +24,7 @@ jobs: ~/.npm/_npx - name: "Checkout ${{ github.ref }} ref in ${{ github.repository }} repository." - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: "Run renovate-config-validator on repository configuration." shell: bash @@ -53,7 +53,7 @@ jobs: steps: - name: "Checkout ${{ github.ref }} branch in ${{ github.repository }} repository." - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: "Run GH-Lint validation." id: ghlint @@ -83,7 +83,7 @@ jobs: steps: - name: "Checkout ${{ github.ref }} from ${{ github.repository }}" - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: "Setup Ruby" uses: ruby/setup-ruby@v1.313.0