Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#587)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

[ci skip]
  • Loading branch information
dependabot[bot] authored Nov 2, 2023
1 parent ff39212 commit 0464ad1
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
continue-on-error: true
container: 84codes/crystal:latest-ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: crystal tool format --check

lint:
Expand All @@ -41,9 +41,9 @@ jobs:
continue-on-error: true
container: 84codes/crystal:latest-ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Checkout ameba
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: crystal-ameba/ameba
path: ameba
Expand All @@ -57,7 +57,7 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: latest
Expand All @@ -72,7 +72,7 @@ jobs:
continue-on-error: true
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Lint and build HTTP API documentation
run: make docs
Expand All @@ -89,7 +89,7 @@ jobs:
run: apt-get update && apt-get install -y liblz4-dev

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Spec
run: make test
Expand All @@ -105,7 +105,7 @@ jobs:

- run: crystal --version

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Spec
run: make test
Expand All @@ -120,7 +120,7 @@ jobs:
run: apt-get update && apt-get install -y liblz4-dev

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build lavinmq
run: make -j bin/lavinmq bin/lavinmqctl DOCS= CRYSTAL_FLAGS=-Dbake_static
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
bin/lavinmq --data-dir=/tmp/amqp --bind=:: &
- name: Clone java client
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: cloudamqp/rabbitmq-java-client
ref: lavinmq-compatible-tests
Expand All @@ -182,7 +182,7 @@ jobs:
sudo apt-get install -y libevent-dev liblz4-1
- name: Checkout LavinMQ for bunny_definitions.json
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: actions/download-artifact@v3
with:
Expand All @@ -200,7 +200,7 @@ jobs:
bin/lavinmqctl import_definitions .github/bunny_definitions.json
- name: Clone Bunny
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ruby-amqp/bunny
path: bunny
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
bin/lavinmq --data-dir /tmp/amqp &
- name: Clone HTTP API client
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: cloudamqp/rabbitmq_http_api_client
token: ${{ secrets.PRIVATE_REPO_ACCESS }}
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
go-version: 1.15.2

- name: Clone http client
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: cloudamqp/rabbit-hole
token: ${{ secrets.PRIVATE_REPO_ACCESS }}
Expand All @@ -299,7 +299,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: actions/download-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Docker meta
id: meta
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lavinmqperf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: apt-get update && apt-get install -y liblz4-dev

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'pr'

Expand All @@ -27,7 +27,7 @@ jobs:
run: cd pr && chmod u+x extras/action_benchmark.sh && ./extras/action_benchmark.sh /tmp/pr.log

- name: Checkout main
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'main'
ref: 'main'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -27,7 +27,7 @@ jobs:
needs: release
steps:
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 0464ad1

Please sign in to comment.