Skip to content

Commit

Permalink
Merge branch 'main' into phillip/go-releaser-2
Browse files Browse the repository at this point in the history
  • Loading branch information
phillip-stephens authored Jan 24, 2025
2 parents fd4c5e8 + 97156c1 commit 94b3b3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_tlsa_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 94b3b3b

Please sign in to comment.