diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3aa66dff..e3e6751f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -60,7 +60,7 @@ jobs: continue-on-error: true steps: - name: Setup | Checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 # Cache files between builds - name: Setup | Cache Cargo @@ -119,7 +119,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup | Checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 with: fetch-depth: 0 @@ -152,7 +152,7 @@ jobs: needs: github_release steps: - name: Setup | Checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: Setup | Rust uses: actions-rs/toolchain@v1.0.7 @@ -181,7 +181,7 @@ jobs: needs: github_release steps: - name: Setup | Checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: Setup | Install dependencies run: npm install diff --git a/.github/workflows/security-audit.yml b/.github/workflows/security-audit.yml index c2d72639..bff42038 100644 --- a/.github/workflows/security-audit.yml +++ b/.github/workflows/security-audit.yml @@ -15,7 +15,7 @@ jobs: if: (github.event_name == 'schedule' && github.repository == 'starship/starship') || (github.event_name != 'schedule') runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.3.5 - uses: actions-rs/audit-check@v1.2.0 with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index d2c930a3..bbf81196 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup | Checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: Setup | Rust uses: actions-rs/toolchain@v1.0.7 @@ -41,7 +41,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Setup | Checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: Setup | Cache uses: Swatinem/rust-cache@v1 @@ -70,7 +70,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup | Checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: Setup | Cache uses: Swatinem/rust-cache@v1 @@ -98,7 +98,7 @@ jobs: rust: [stable, nightly] steps: - name: Setup | Checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: Setup | libdbus (ubuntu) if: matrix.os == 'ubuntu-latest'