diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index 288c9cb..2693a24 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -33,7 +33,7 @@ steps: # Checkout the repository - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build run: | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7228d1c..41a7a5a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -95,7 +95,7 @@ # Checkout the repository - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: '[POSIX] Test' if: runner.os != 'Windows' diff --git a/.github/workflows/pr_info_untrusted.yml b/.github/workflows/pr_info_untrusted.yml index c3416e5..56b8214 100644 --- a/.github/workflows/pr_info_untrusted.yml +++ b/.github/workflows/pr_info_untrusted.yml @@ -29,7 +29,7 @@ compiler: ldc-latest - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0