Skip to content

Commit

Permalink
Upgrade checkout action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrzej-Zukowski committed Nov 9, 2023
1 parent b133764 commit 854539d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- /var/run/docker.sock:/var/run/docker.sock
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set go_version variable
run: echo "go_version=`echo "$(go version)" | grep -oE '[0-9]{1,}\.[0-9]{1,}\.[0-9]{1,}'`" >> $GITHUB_ENV
Expand Down

0 comments on commit 854539d

Please sign in to comment.