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 c5371f3 + 6f5be37 commit e43d3f3Copy full SHA for e43d3f3
.github/workflows/build-and-test.yml
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
- name: Checkout
25
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
26
- name: Setup Node.js ${{ matrix.node-version }}
27
uses: actions/setup-node@v4
28
with:
.github/workflows/codeql-analysis.yml
@@ -25,7 +25,7 @@ jobs:
- name: Checkout repository
29
30
# We must fetch at least the immediate parents so that if this is
31
# a pull request then we can checkout the head.
0 commit comments