Skip to content

Commit

Permalink
SECURITY-9072: update github action tags
Browse files Browse the repository at this point in the history
Co-authored-by: Laszlo Losonczy <laszlo.losonczy@emarsys.com>
  • Loading branch information
potato and losonczylaci committed Nov 28, 2023
1 parent 94f6999 commit d26e1a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:

name: Go ${{ matrix.go }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}

Expand Down

0 comments on commit d26e1a2

Please sign in to comment.