Skip to content

Commit

Permalink
fix: update github actions (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriantpaez authored May 16, 2024
1 parent f9cd284 commit dd62062
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
PAT: ${{ secrets.REPOSITORY_DISPATCH_TOKEN }}

- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.REPOSITORY_DISPATCH_TOKEN }}
commit-message: Update image versions to latest version.
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: "1.19.0"

Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21.0"

Expand All @@ -72,7 +72,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: "1.19.0"

Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
bash /home/runner/work/sedge/sedge/homebrew-sedge/scripts/update-homebrew.sh
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.REPOSITORY_DISPATCH_TOKEN }}
commit-message: Update Homebrew to latest release
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
uses: actions/checkout@v4
with:
path: sedge
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: "1.19.0"
- name: Run publish PPA script
Expand Down

0 comments on commit dd62062

Please sign in to comment.