diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index 48d840f7..ca761707 100644 --- a/.github/workflows/auto-label.yml +++ b/.github/workflows/auto-label.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3.0.1 + uses: actions/checkout@v3.0.2 - name: auto label uses: RocketSurgeonsGuild/actions/auto-label@v0.3.1 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41e359eb..ccf550c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v3.0.1 + uses: actions/checkout@v3.0.2 with: clean: 'false' fetch-depth: '0' @@ -117,7 +117,7 @@ jobs: run: | dotnet nuke Pack --skip - name: 🐿 Publish Coverage - uses: codecov/codecov-action@v3.0.0 + uses: codecov/codecov-action@v3.1.0 with: name: 'actions-${{ matrix.os }}' - name: 🏺 Publish logs diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 8e773075..ba1f340d 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3.0.1 + uses: actions/checkout@v3.0.2 with: fetch-depth: 0