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 e85bb10 commit 7eab05fCopy full SHA for 7eab05f
.github/workflows/github.yml
@@ -9,7 +9,7 @@ jobs:
9
build:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
13
- uses: micnncim/action-label-syncer@v1
14
env:
15
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/website.yml
@@ -14,7 +14,7 @@ jobs:
if: github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'push'
16
- name: checkout
17
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
18
with:
19
fetch-depth: 0
20
0 commit comments