diff --git a/.github/workflows/archive.yml b/.github/workflows/archive.yml index b235935..7a1b1c0 100644 --- a/.github/workflows/archive.yml +++ b/.github/workflows/archive.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: submodules: true - name: Create zip including submodules diff --git a/.github/workflows/lockfile.yml b/.github/workflows/lockfile.yml index af91698..410d2f5 100644 --- a/.github/workflows/lockfile.yml +++ b/.github/workflows/lockfile.yml @@ -14,7 +14,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: NPM Lockfile Changes uses: codepunkt/npm-lockfile-changes@b40543471c36394409466fdb277a73a0856d7891 with: diff --git a/.github/workflows/tauri.yml b/.github/workflows/tauri.yml index 9fb50ec..46b731d 100644 --- a/.github/workflows/tauri.yml +++ b/.github/workflows/tauri.yml @@ -9,7 +9,7 @@ jobs: runs-on: windows-latest steps: - name: Checkout repository - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: submodules: true - name: Get release @@ -70,7 +70,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout repository - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: submodules: true - name: Get release @@ -129,7 +129,7 @@ jobs: runs-on: macos-latest steps: - name: Checkout repository - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: submodules: true - name: Get release @@ -181,7 +181,7 @@ jobs: # runs-on: macos-12 # steps: # - name: Checkout repository - # uses: actions/checkout@v4.1.6 + # uses: actions/checkout@v4.1.7 # with: # submodules: true # - name: Get release @@ -243,7 +243,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: Install dependencies run: npm ci - name: Run release.json diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a6a2651..727215b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - name: Checkout repository - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: submodules: true - name: Setup node