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)