diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d7400c9..261d2d2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Check out source files - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Create global variables id: version @@ -29,7 +29,7 @@ jobs: git config --global core.eol lf - name: Check out source files - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 1