Skip to content

Commit

Permalink
Update actions/setup-go action to v5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 10, 2024
1 parent fe829fc commit a1a6ac9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Install Go
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
go-version: 1.18
- name: Install libgtk-3-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Install Go
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
go-version: ${{ matrix.go-version }}
- name: Install libgtk-3-dev
Expand Down

0 comments on commit a1a6ac9

Please sign in to comment.