We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 233832a + 4ae271f commit 4628817Copy full SHA for 4628817
2 files changed
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
test:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
16
with:
17
fetch-depth: 0
18
- uses: actions/setup-go@v4
.github/workflows/sync-labels.yml
@@ -11,7 +11,7 @@ jobs:
11
build:
- uses: micnncim/action-label-syncer@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments