Skip to content

Commit

Permalink
Merge pull request #44 from solarwinds/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4

Bump actions/checkout from 1 to 4
  • Loading branch information
xuan-cao-swi authored Jan 16, 2024
2 parents 80c8f2f + dc6aacd commit 213d3f5
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release_gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Ruby 2.7 and bundle
uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_for_packagecloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Ruby 2.7 and bundle
uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout ${{ github.ref }}
uses: actions/checkout@v1
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_cpluplus_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
OBOE_STAGING: true

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install cmake
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install dependencies
run: apt update && apt install -y --no-install-recommends bison libcurl4-gnutls-dev libsasl2-dev postgresql-client
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_on_4_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

steps:
- name: Checkout ${{ github.ref }}
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: print some info
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_on_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

steps:
- name: Checkout ${{ github.ref }}
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: print some info
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/verify_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
os: [ubuntu, alpine]
ruby_version: ['3.1.0', '2.7.5']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Log in to the Container Registry
uses: docker/login-action@v2
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
ruby_version: ['3.1.0', '2.7.5']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v2

- name: Log in to the Container Registry
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
ruby_version: [3.1.0, 2.7.5]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: docker pull redhat/ubi8
- name: Run tests in ubi8 container
run: |
Expand All @@ -127,7 +127,7 @@ jobs:
ruby_version: [3.1.0, 2.7.5]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v2
- run: docker pull --platform linux/arm64 redhat/ubi8
- name: Run tests in ubi8 container using QEMU
Expand Down

0 comments on commit 213d3f5

Please sign in to comment.