diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c9462a2e..5808bd57 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Initialize CodeQL uses: github/codeql-action/init@v2 diff --git a/.github/workflows/linters.yaml b/.github/workflows/linters.yaml index 757bc49e..601b1d09 100644 --- a/.github/workflows/linters.yaml +++ b/.github/workflows/linters.yaml @@ -23,7 +23,7 @@ jobs: engine: docker steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 @@ -41,7 +41,7 @@ jobs: steps: - name: Check out repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run flake8 for Python 3 uses: containerbuildsystem/actions/flake8@master @@ -52,7 +52,7 @@ jobs: steps: - name: Check out repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run markdownlint uses: containerbuildsystem/actions/markdownlint@master @@ -70,7 +70,7 @@ jobs: engine: docker steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: ./test.sh env: @@ -86,7 +86,7 @@ jobs: steps: - name: Check out repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run ShellCheck uses: containerbuildsystem/actions/shellcheck@master diff --git a/.github/workflows/unittests.yaml b/.github/workflows/unittests.yaml index 8e34dcb2..c72640a6 100644 --- a/.github/workflows/unittests.yaml +++ b/.github/workflows/unittests.yaml @@ -29,7 +29,7 @@ jobs: steps: - name: Check out repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: pytests via test.sh env: