diff --git a/.github/workflows/imageActions.yml b/.github/workflows/imageActions.yml index 9daaad0..ee8e9a7 100644 --- a/.github/workflows/imageActions.yml +++ b/.github/workflows/imageActions.yml @@ -35,7 +35,7 @@ jobs: github.event.pull_request.head.repo.full_name == github.repository) steps: - name: Checkout Branch - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Compress Images id: calibre uses: calibreapp/image-actions@main diff --git a/.github/workflows/markdownwonLinter.yml b/.github/workflows/markdownwonLinter.yml index cfa0b1a..0b9dd43 100644 --- a/.github/workflows/markdownwonLinter.yml +++ b/.github/workflows/markdownwonLinter.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Lint files uses: docker://avtodev/markdown-lint:v1 # fastest way diff --git a/.github/workflows/spell.yml b/.github/workflows/spell.yml index 69513e2..efd169d 100644 --- a/.github/workflows/spell.yml +++ b/.github/workflows/spell.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: # The checkout step - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: rojopolis/spellcheck-github-actions@0.32.0 name: Spellcheck with: