From 278d7a9d19401f057c018684747bec10a7e0f9ff Mon Sep 17 00:00:00 2001 From: Dax McDonald Date: Tue, 3 Jan 2023 14:12:56 -0800 Subject: [PATCH] batch changes - update checkout v2 to v3 (#26) Co-authored-by: Sourcegraph --- .github/workflows/build.yml | 2 +- .github/workflows/codenotify.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc1566f..3326278 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-go@v2 with: go-version: '1.15.1' diff --git a/.github/workflows/codenotify.yml b/.github/workflows/codenotify.yml index a30bc05..b74f2db 100644 --- a/.github/workflows/codenotify.yml +++ b/.github/workflows/codenotify.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest name: codenotify steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.head.sha }} - uses: ./ # If you were using this in your project, this would be sourcegraph/codenotify@vX.Y.Z (check releases on GitHub for latest version number)