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 37d1740 commit 21b043c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/[email protected]
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test-fluent-plugin-datapoint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
ruby-version: '3.1'
Expand All @@ -21,7 +21,7 @@ jobs:
test-fluent-plugin-enhance-k8s-metadata:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
ruby-version: '3.1'
Expand All @@ -33,7 +33,7 @@ jobs:
test-fluent-plugin-events:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
ruby-version: '3.1'
Expand All @@ -45,7 +45,7 @@ jobs:
test-fluent-plugin-kubernetes-metadata-filter:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
ruby-version: '3.1'
Expand All @@ -57,7 +57,7 @@ jobs:
test-fluent-plugin-kubernetes-sumologic:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
ruby-version: '3.1'
Expand All @@ -69,7 +69,7 @@ jobs:
test-fluent-plugin-prometheus-format:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
ruby-version: '3.1'
Expand All @@ -81,7 +81,7 @@ jobs:
test-fluent-plugin-protobuf:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
ruby-version: '3.1'
Expand All @@ -93,7 +93,7 @@ jobs:
image-test-debian:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build Debian image
run: make build
- name: Test Debian image
Expand All @@ -102,7 +102,7 @@ jobs:
image-test-alpine:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build Alpine image
run: make build-alpine
- name: Test Alpine image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Extract tag
id: extract_tag
Expand Down

0 comments on commit 21b043c

Please sign in to comment.