Skip to content

Commit

Permalink
bump actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Oct 4, 2023
1 parent aa31fe6 commit 6df14b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
BUNDLE_BIN: bin

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand All @@ -18,7 +18,7 @@ jobs:
bundler-cache: true

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: "1.18"

Expand Down

0 comments on commit 6df14b0

Please sign in to comment.