We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb73d6e + 3c899f7 commit 0d49d96Copy full SHA for 0d49d96
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
name: on ${{ matrix.platform }} with JDK ${{ matrix.jdk }}
20
21
steps:
22
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v3.0.2
23
- name: Set up JDK ${{ matrix.jdk }}
24
uses: actions/setup-java@v3
25
with:
.github/workflows/sync-labels.yml
@@ -10,7 +10,7 @@ jobs:
10
build:
11
runs-on: ubuntu-latest
12
13
- - uses: actions/checkout@v2.4.0
14
- uses: micnncim/action-label-syncer@v1.3.0
15
env:
16
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments