diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a7d240b..231b07c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,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@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -197,7 +197,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@v2 + uses: actions/checkout@v3 with: fetch-depth: 0