Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
mcandre committed Feb 13, 2025
1 parent 2aaa701 commit 8e8da1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: "actions/setup-go@v5"
with:
go-version: "1.24.0"
- uses: actions/setup-python@v5
- uses: "actions/setup-python@v5"
with:
python-version: "3.12"
- name: "install snyk"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: "ubuntu-24.04"
steps:
- uses: "actions/checkout@v4"
- uses: actions/setup-go@v5
- uses: "actions/setup-go@v5"
with:
go-version: "1.24.0"
- name: "install shell linting accessories"
Expand Down

0 comments on commit 8e8da1d

Please sign in to comment.