Skip to content

Commit

Permalink
GitHub Actions: use actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
x70b1 committed Oct 7, 2024
1 parent 38ee0dd commit 07729b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
cache: false
go-version: "1.22"
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: telegraf-edgeos
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: telegraf
repository: influxdb/telegraf
Expand Down Expand Up @@ -95,16 +95,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Golang
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
cache: false
go-version: "1.22"
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: telegraf-edgeos
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: telegraf
repository: influxdb/telegraf
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- name: Version
run: /opt/shellcheck-stable/shellcheck --version
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Analysis
run: find . '(' -name '*.sh' ')' -exec /opt/shellcheck-stable/shellcheck {} +

0 comments on commit 07729b2

Please sign in to comment.