Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 3 to 4
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and swiatekm committed Sep 5, 2023
1 parent d65daa7 commit 92ab782
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: "!contains(github.event.pull_request.labels.*.name, 'skip-changelog')"

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

- name: Check for CHANGELOG changes
run: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/dev_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
matrix:
arch_os: [ 'linux_amd64' ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup go
uses: actions/setup-go@v4
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
matrix:
arch_os: [ 'linux_amd64', 'linux_arm64' ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Extract tag
id: extract_tag
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
needs:
- build-container-images
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Extract tag
id: extract_tag
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
needs:
- build
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Fetch current branch
run: ./ci/fetch_current_branch.sh
Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Fetch tags
run: git fetch --tags origin
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
markdownlint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check if related files changed
id: changed-files
uses: tj-actions/changed-files@v35
Expand All @@ -36,7 +36,7 @@ jobs:
yamllint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install yamllint
run: pip install yamllint
- name: yamllint
Expand All @@ -45,7 +45,7 @@ jobs:
markdown-link-check:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check if related files changed
id: changed-files
uses: tj-actions/changed-files@v35
Expand All @@ -63,7 +63,7 @@ jobs:
md-links-lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check if related files changed
id: changed-files
uses: tj-actions/changed-files@v35
Expand All @@ -78,7 +78,7 @@ jobs:
plugins-check:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install yq
run: |
sudo wget https://github.com/mikefarah/yq/releases/download/v4.12.1/yq_linux_amd64 -O /usr/bin/yq && sudo chmod +x /usr/bin/yq
Expand All @@ -88,15 +88,15 @@ jobs:
pre-commit-check:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]

check-uniform-dependencies:
name: Check uniform dependencies
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Check uniform dependencies
run: make check-uniform-dependencies
Expand All @@ -106,7 +106,7 @@ jobs:
env:
SHELLCHECK_VERSION: 0.8.0
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: install shellcheck
run: |
curl --retry 10 --retry-max-time 120 --retry-delay 5 -Lo- https://github.com/koalaman/shellcheck/releases/download/v${{ env.SHELLCHECK_VERSION }}/shellcheck-v${{ env.SHELLCHECK_VERSION }}.linux.x86_64.tar.xz | tar -xJf -
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
- arch_os: windows_amd64
runs_on: windows-2022
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Check if test related files changed
id: changed-files
Expand All @@ -173,7 +173,7 @@ jobs:
name: Test (SumoLogic.wixext)
runs-on: windows-2019
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Fetch current branch
run: ./ci/fetch_current_branch.sh
Expand All @@ -200,7 +200,7 @@ jobs:
matrix:
arch_os: [ 'linux_amd64' ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Check if files changed that need linting
id: changed-files
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:
matrix:
arch_os: [ 'linux_amd64', 'linux_arm64']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Check if build related files changed
id: changed-files
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/release_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
builder_bin_path: '${RUNNER_TEMP}\bin'
builder_bin_ext: .exe
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Fetch current branch
run: ./ci/fetch_current_branch.sh
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
- arch_os: darwin_arm64
runs_on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Fetch current branch
run: ./ci/fetch_current_branch.sh
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
matrix:
arch_os: [ 'linux_amd64' ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup go
uses: actions/setup-go@v4
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
matrix:
arch_os: [ 'linux_amd64', 'linux_arm64']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Extract tag
id: extract_tag
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
- build-darwin
- build-container-images
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Extract tag
id: extract_tag
Expand Down Expand Up @@ -370,7 +370,7 @@ jobs:
needs:
- build
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Fetch current branch
run: ./ci/fetch_current_branch.sh
Expand Down Expand Up @@ -419,7 +419,7 @@ jobs:
name: Store install script
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Fetch current branch
run: ./ci/fetch_current_branch.sh
Expand All @@ -442,7 +442,7 @@ jobs:
name: Store Chef cookbook, Puppet module, and Ansible playbook
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Fetch current branch
run: ./ci/fetch_current_branch.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
OTELCOL_BINARY_EXTENSION: ${{ contains(inputs.arch_os, 'windows') && '.exe' || '' }}
OTELCOL_FIPS_SUFFIX: ${{ inputs.fips && '-fips' || '' }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Check if build related files changed
id: changed-files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
env:
BORINGCRYPTO_SUFFIX: ${{ inputs.boringcrypto && '-boringcrypto' || '' }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Check if test related files changed
id: changed-files
Expand Down

0 comments on commit 92ab782

Please sign in to comment.