mirror of
https://github.com/nikoksr/notify.git
synced 2024-11-30 08:46:43 +02:00
chore(deps): update actions/checkout action to v3 (#223)
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Niko Köser <koeserniko@gmail.com>
This commit is contained in:
parent
da26e77ae3
commit
726affa058
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
- uses: actions/cache@v2
|
||||
name: Prepare cache
|
||||
with:
|
||||
@ -41,6 +41,6 @@ jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Lint
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
|
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
|
Loading…
Reference in New Issue
Block a user