diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f38f7fec..fc2dee43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout current branch - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.1.0 with: fetch-depth: 0 - name: Setup Scala and Java @@ -33,7 +33,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout current branch - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.1.0 - name: Setup Scala and Java uses: olafurpg/setup-scala@v13 - name: Cache scala dependencies @@ -51,7 +51,7 @@ jobs: scala: ['2.12.15', '2.13.8', '3.1.2'] steps: - name: Checkout current branch - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.1.0 with: fetch-depth: 0 - name: Setup Scala and Java @@ -75,7 +75,7 @@ jobs: java: ['11', '17'] steps: - name: Checkout current branch - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.1.0 with: fetch-depth: 0 - name: Setup Scala and Java @@ -104,7 +104,7 @@ jobs: if: github.event_name != 'pull_request' steps: - name: Checkout current branch - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.1.0 with: fetch-depth: 0 - name: Setup Scala and Java