Merge pull request #55 from TomWright/dependabot/github_actions/actions/checkout-3

Bump actions/checkout from 2.3.4 to 3
This commit is contained in:
Tom Wright 2022-03-07 07:52:24 +00:00 committed by GitHub
commit 9d365f94fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3
- name: Set env
run: echo RELEASE_VERSION=${GITHUB_REF:10} >> $GITHUB_ENV
- name: Build

View File

@ -13,7 +13,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3
- uses: actions/cache@v2.1.6
with:
path: ~/go/pkg/mod