diff --git a/.github/workflows/check-spelling.yml b/.github/workflows/check-spelling.yml index 1696481..1cc5863 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@v5 # https://github.com/actions/checkout + uses: actions/checkout@v6 # https://github.com/actions/checkout - name: 🔽 Install Dependencies run: sudo npm install -g cspell diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 41bebf4..54f91f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: docker-images: false - name: 🤘 Checkout Code - uses: actions/checkout@v5 # https://github.com/actions/checkout + uses: actions/checkout@v6 # https://github.com/actions/checkout - name: 🔍 Run hadolint uses: hadolint/hadolint-action@v3.3.0 # https://github.com/hadolint/hadolint-action @@ -345,7 +345,7 @@ jobs: steps: - name: 🤘 Checkout gh-pages branch - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: gh-pages fetch-depth: 1