Upgrade to `actions/checkout@v4`
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 5 Sep 2023 15:15:15 +0000 (17:15 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 5 Sep 2023 15:15:15 +0000 (17:15 +0200)
.github/workflows/d-ts.yml
.github/workflows/sql.yml

index 9eb002e881897b570d211c5298eaa036c2bfc4f1..eaf34e4dc51cc93da4f15050c0f163ad8c2140f3 100644 (file)
@@ -15,7 +15,7 @@ jobs:
         branch:
         - 'master'
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
       with:
         ref: ${{ matrix.branch }}
     - name: Determine commit
@@ -28,7 +28,7 @@ jobs:
         node-version: "18"
         cache: "npm"
     - run: npm install
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
       with:
         repository: WoltLab/d.ts
         ssh-key: ${{ secrets.WOLTLAB_D_TS_DEPLOY_KEY }}
index 52aa1d2b6237fc80005e0ffdffa4d6751d0abd97..bb0088c5ae8f257772216b9355f1c16067e5bcf4 100644 (file)
@@ -17,6 +17,6 @@ jobs:
     steps:
     - run: sudo service mysql start
     - run: mysqladmin -uroot -proot create test
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
     - run: |
         cat wcfsetup/setup/db/install.sql |mysql -uroot -proot -Dtest