Skip to content

Commit

Permalink
Merge pull request #932 from mackerelio/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
rmatsuoka authored Sep 22, 2023
2 parents f077459 + 2461d1c commit 3b0406a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
create:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: mackerelio/mackerel-create-release-pull-request-action@main
id: start
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
go-version: 1.20.x
- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: golangci/golangci-lint-action@v3
- run: make convention
- run: make cover
Expand All @@ -32,7 +32,7 @@ jobs:
# Build process is complex then need to check operation.
runs-on: windows-2022
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v4
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
with:
go-version: 1.20.x
- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install debian packaging utils, binutils
run: sudo apt-get update && sudo apt-get install -y devscripts debhelper fakeroot binutils-mips-linux-gnu binutils-aarch64-linux-gnu binutils-arm-linux-gnueabihf
- run: docker pull mackerel/docker-mackerel-rpm-builder:c7
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
CGO_ENABLED: 1
CC_FOR_windows_386: i686-w64-mingw32-gcc
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup MINGW
uses: msys2/setup-msys2@v2
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
MSI_SUFFIX: -x64

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

- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 3b0406a

Please sign in to comment.