diff --git a/.github/workflows/check_tlsa_integration_test.yml b/.github/workflows/check_tlsa_integration_test.yml index 99d3d28e..49f53d0b 100644 --- a/.github/workflows/check_tlsa_integration_test.yml +++ b/.github/workflows/check_tlsa_integration_test.yml @@ -111,7 +111,7 @@ jobs: - name: Create Pull Request if: env.file_updated == 'true' - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v7 with: title: "Update TLSA records" body: "This PR updates the TLSA records in the test file." diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39679aad..2b69aa99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,11 +72,11 @@ jobs: echo "No issues found by gofmt." fi - name: golangci-lint - uses: golangci/golangci-lint-action@v6.1.1 + uses: golangci/golangci-lint-action@v6.2.0 # Set up Python for black - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.11' # Adjust to your required Python version