diff --git a/.github/workflows/db_schema.yml b/.github/workflows/db_schema.yml index 636268ee5..637f371ea 100644 --- a/.github/workflows/db_schema.yml +++ b/.github/workflows/db_schema.yml @@ -25,7 +25,7 @@ jobs: PGUSER: consul POSTGRES_HOST: postgres steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: bundler-cache: true diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 30f48020f..8a72135d2 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Docker Buildx id: buildx diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index cc036793e..f7383bdef 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - run: | git fetch --no-tags --prune origin +refs/heads/*:refs/remotes/origin/* - name: Setup Ruby diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5ed892b63..5a171997d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,7 +35,7 @@ jobs: ci_node_total: [5] ci_node_index: [0, 1, 2, 3, 4] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: bundler-cache: true