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.
1 parent b9fe1ed commit b2d8a90Copy full SHA for b2d8a90
2 files changed
.github/workflows/labels.yml
@@ -17,4 +17,4 @@ jobs:
17
uses: actions/checkout@v3
18
-
19
name: Run Labeler
20
- uses: crazy-max/ghaction-github-labeler@v3
+ uses: crazy-max/ghaction-github-labeler@v4
README.md
@@ -31,7 +31,7 @@ jobs:
31
steps:
32
33
name: Expose GitHub Runtime
34
- uses: crazy-max/ghaction-github-runtime@v1
+ uses: crazy-max/ghaction-github-runtime@v2
35
36
name: Env
37
run: |
0 commit comments