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 }} runs-on: ${{ matrix.platform }}
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2.3.4 uses: actions/checkout@v3
- name: Set env - name: Set env
run: echo RELEASE_VERSION=${GITHUB_REF:10} >> $GITHUB_ENV run: echo RELEASE_VERSION=${GITHUB_REF:10} >> $GITHUB_ENV
- name: Build - name: Build

View File

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