From dc1448c0096a79caa0f4c1b45d6d6980491c640b Mon Sep 17 00:00:00 2001 From: Thomas Patzke Date: Wed, 1 Nov 2023 11:52:28 +0100 Subject: [PATCH] Update actions dependencies --- .github/workflows/release.yml | 4 ++-- .github/workflows/test.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 10cae86..587f7dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,11 +14,11 @@ jobs: # IMPORTANT: this permission is mandatory for trusted publishing id-token: write steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install Poetry run: pipx install poetry - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: 3.8 - name: Verify versioning diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7b2c27d..14fa622 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,11 +14,11 @@ jobs: python-version: [ '3.8', '3.9', '3.10', '3.11' ] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install Poetry run: pipx install poetry - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Install dependencies @@ -30,7 +30,7 @@ jobs: run: poetry run python print-coverage.py >> $GITHUB_ENV - name: Create coverage badge if: ${{ github.repository == 'SigmaHQ/pySigma-backend-datadog' && github.event_name == 'push' && runner.os == 'Linux' }} - uses: schneegans/dynamic-badges-action@v1.1.0 + uses: schneegans/dynamic-badges-action@v1.7.0 with: auth: ${{ secrets.GIST_SECRET }} gistID: b4bb678c2533ee5dd3f4d06fa43198dc