Skip to content

Commit 2d50c97

Browse files
Merge pull request #864 from clangd/dependabot/github_actions/actions/checkout-5
2 parents 30b9d13 + a98137d commit 2d50c97

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
run: |
1212
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
1313
echo "DISPLAY=:99" >> $GITHUB_ENV
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- name: detect version
1616
uses: EndBug/version-check@v2
1717
id: check

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
run: |
1313
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
1414
echo "DISPLAY=:99" >> $GITHUB_ENV
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- run: npm ci
1717
- run: npm test
1818
- name: clang-format (diff)

.github/workflows/unstable-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
run: |
1414
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
1515
echo "DISPLAY=:99" >> $GITHUB_ENV
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- name: read version
1818
id: version
1919
uses: martinbeentjes/npm-get-version-action@v1.3.1

0 commit comments

Comments
 (0)