diff --git a/.github/workflows/check-spelling.yml b/.github/workflows/check-spelling.yml index 1cc5863..aea8381 100644 --- a/.github/workflows/check-spelling.yml +++ b/.github/workflows/check-spelling.yml @@ -26,7 +26,7 @@ jobs: steps: - name: 🤘 Checkout Code - uses: actions/checkout@v6 # https://github.com/actions/checkout + uses: actions/checkout@v7 # https://github.com/actions/checkout - name: 🔽 Install Dependencies run: sudo npm install -g cspell diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index b504dd8..c1ae767 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 # https://github.com/actions/checkout + uses: actions/checkout@v7 # https://github.com/actions/checkout with: fetch-depth: 1 ref: ${{ github.event.pull_request.head.sha || github.sha }} @@ -72,7 +72,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 # https://github.com/actions/checkout + uses: actions/checkout@v7 # https://github.com/actions/checkout with: fetch-depth: 1 ref: ${{ github.event.pull_request.head.sha || github.sha }} @@ -114,7 +114,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 # https://github.com/actions/checkout + uses: actions/checkout@v7 # https://github.com/actions/checkout with: fetch-depth: 1 ref: ${{ github.event.pull_request.head.sha || github.sha }} @@ -156,7 +156,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 # https://github.com/actions/checkout + uses: actions/checkout@v7 # https://github.com/actions/checkout with: fetch-depth: 1 ref: ${{ github.sha }}