From 6cffd532eb9cf24b6bf5d05a5502bda01863d9ef Mon Sep 17 00:00:00 2001 From: Esa Jokinen Date: Fri, 5 Apr 2024 17:43:20 +0300 Subject: [PATCH] Upgrade actions/checkout@v4 --- .github/workflows/python.yml | 2 +- .github/workflows/shell.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index ebedd59..263d346 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -10,7 +10,7 @@ jobs: name: Black runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Check Black formatting for Python scripts uses: psf/black@stable with: diff --git a/.github/workflows/shell.yml b/.github/workflows/shell.yml index 19953e9..1e2bdbd 100644 --- a/.github/workflows/shell.yml +++ b/.github/workflows/shell.yml @@ -10,7 +10,7 @@ jobs: name: ShellCheck runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run ShellCheck for shell scripts uses: ludeeus/action-shellcheck@master with: