diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5550bce..225118e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Run tests run: ./run-specs-in-docker.sh @@ -26,7 +26,7 @@ jobs: timeout-minutes: 10 container: 84codes/crystal:latest-ubuntu-24.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - run: shards install - run: bin/ameba @@ -35,7 +35,7 @@ jobs: timeout-minutes: 10 container: 84codes/crystal:latest-ubuntu-24.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - run: crystal tool format --check integration: @@ -43,6 +43,6 @@ jobs: timeout-minutes: 10 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: PHP client integration test using Docker Compose run: ./test/integration-php.sh diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index e76d452..1c057f9 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -32,7 +32,7 @@ jobs: id-token: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ github.event.inputs.tag || github.ref }} diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index d90edad..e1c9c95 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -16,7 +16,7 @@ jobs: id-token: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install Depot CLI uses: depot/setup-action@v1 @@ -53,7 +53,7 @@ jobs: fail-fast: false steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -107,7 +107,7 @@ jobs: id-token: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fdebad9..c2e62fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0