Skip to content

Commit

Permalink
update to latest versions for some actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jedib0t committed Jan 9, 2024
1 parent 3de2fe4 commit fbb5cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -19,11 +19,11 @@ jobs:
steps:
# Checkout the code
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v4

# Set up the GoLang environment
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.17

Expand Down

0 comments on commit fbb5cb4

Please sign in to comment.