diff --git a/.github/workflows/admin-release.yml b/.github/workflows/admin-release.yml index 25e5953..3b0f61f 100644 --- a/.github/workflows/admin-release.yml +++ b/.github/workflows/admin-release.yml @@ -13,7 +13,7 @@ jobs: PROJECT: BioEngine.Admin steps: - name: Checkout code - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.2.0 - name: Prepare id: prep shell: bash diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 347e4db..314c33c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: PROJECT: BioEngine.Admin steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3.2.0 - name: Install node.js uses: actions/setup-node@v2.4.0 with: @@ -63,7 +63,7 @@ jobs: if: ${{ github.event_name == 'push' }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3.2.0 with: fetch-depth: 0 persist-credentials: false