diff --git a/.github/workflows/pushToPyPiOnRelease.yml b/.github/workflows/pushToPyPiOnRelease.yml index 6252f04b..ce02908f 100644 --- a/.github/workflows/pushToPyPiOnRelease.yml +++ b/.github/workflows/pushToPyPiOnRelease.yml @@ -11,7 +11,7 @@ jobs: #Checkout the current branch - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 #Install the given version of Python we will test against - name: Install Required Python Version diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml index f13b799e..7a3253ba 100644 --- a/.github/workflows/ruff.yml +++ b/.github/workflows/ruff.yml @@ -21,3 +21,4 @@ jobs: run: poetry run ruff check --output-format=github contentctl/ - name: Run Formatter run: poetry run ruff format --check contentctl/ + diff --git a/.github/workflows/testEndToEnd.yml b/.github/workflows/testEndToEnd.yml index 6b1a4b20..4d6dd1b0 100644 --- a/.github/workflows/testEndToEnd.yml +++ b/.github/workflows/testEndToEnd.yml @@ -29,7 +29,7 @@ jobs: #Checkout the current branch - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 #Install the given version of Python we will test against - name: Install Required Python Version diff --git a/.github/workflows/test_against_escu.yml b/.github/workflows/test_against_escu.yml index ef07d445..25cae4c8 100644 --- a/.github/workflows/test_against_escu.yml +++ b/.github/workflows/test_against_escu.yml @@ -27,11 +27,11 @@ jobs: steps: # Checkout the current branch of contentctl repo - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Checkout the develop (default) branch of security_content - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: security_content repository: splunk/security_content