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 e96b89a commit 354e782Copy full SHA for 354e782
.github/workflows/on_pull_request.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout code
15
- uses: actions/checkout@v3
+ uses: actions/checkout@v6
16
17
# Set up Node.js
18
- name: Set up Node.js
.github/workflows/on_push_main.yml
@@ -13,7 +13,7 @@ jobs:
19
0 commit comments