diff --git a/.github/workflows/check-spelling.yml b/.github/workflows/check-spelling.yml index d90c43e..1696481 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@v4 # https://github.com/actions/checkout + uses: actions/checkout@v5 # 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 aa414c1..376514e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: docker-images: false - name: 🤘 Checkout Code - uses: actions/checkout@v4 # https://github.com/actions/checkout + uses: actions/checkout@v5 # https://github.com/actions/checkout - name: 🔍 Run hadolint uses: hadolint/hadolint-action@v3.1.0 # https://github.com/hadolint/hadolint-action @@ -307,7 +307,7 @@ jobs: steps: - name: 🤘 Checkout gh-pages branch - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: gh-pages fetch-depth: 1