1
0
mirror of synced 2026-08-04 22:46:55 +00:00

chore(deps): bump actions/checkout from 5 to 6 in the actions group (#1868)

This commit is contained in:
dependabot[bot]
2025-12-01 15:00:50 -08:00
committed by GitHub
parent 2f387edf0d
commit 9b3a788806
5 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -20,7 +20,7 @@ jobs:
browser: [chromium, firefox, webkit]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up JDK 1.8
uses: actions/setup-java@v5
with:
@@ -65,7 +65,7 @@ jobs:
browser-channel: msedge
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Install Media Pack
if: matrix.os == 'windows-latest'
shell: powershell
@@ -100,7 +100,7 @@ jobs:
browser: [chromium, firefox, webkit]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up JDK 21
uses: actions/setup-java@v5
with: