Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Checkout repository
uses: actions/[email protected] # immutable action, safe to use the versions
- name: Install Go
uses: actions/setup-go@v5.2.0 # immutable action, safe to use the versions
uses: actions/setup-go@v5.5.0 # immutable action, safe to use the versions
with:
go-version: ${{ matrix.go }}
- name: Run Unit Tests
Expand All @@ -56,7 +56,7 @@ jobs:
uses: actions/[email protected] # immutable action, safe to use the versions

- name: Install Go
uses: actions/setup-go@v5.2.0 # immutable action, safe to use the versions
uses: actions/setup-go@v5.5.0 # immutable action, safe to use the versions
with:
go-version: 'stable'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/[email protected] # immutable action, safe to use the versions

- name: Install Go
uses: actions/setup-go@v5.2.0 # immutable action, safe to use the versions
uses: actions/setup-go@v5.5.0 # immutable action, safe to use the versions
with:
go-version: 'stable'

Expand Down