diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 6ae7595..8921e28 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Install versio @@ -39,7 +39,7 @@ jobs: timeout_minutes: 10 max_attempts: 5 command: sudo apt-get update && sudo apt-get install -y bats - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: lfs: true - uses: ruby/setup-ruby@v1 @@ -64,7 +64,7 @@ jobs: previous_version: ${{ steps.previous_version.outputs.previous_version }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 @@ -109,7 +109,7 @@ jobs: - release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 name: Checkout the repository with: lfs: true