Skip to content

Commit

Permalink
ci: bump actions/{setup-go,cache,checkout}/v3
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastien Binet <binet@cern.ch>
  • Loading branch information
sbinet committed Jun 2, 2022
1 parent fafbeb6 commit 8c3e3fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}

- name: Cache-ROOT
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/root-${{ env.ROOT_VERSION }}
key: ${{ runner.os }}-root-${{ env.ROOT_VERSION }}
Expand All @@ -44,12 +44,12 @@ jobs:
git config --global core.eol lf
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 1

- name: Cache-Go
uses: actions/cache@v1
uses: actions/cache@v3
with:
# In order:
# * Module download cache
Expand Down

0 comments on commit 8c3e3fa

Please sign in to comment.