diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e7427623..4ab872d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Checkout this repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -137,7 +137,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Checkout this repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0