Skip to content

Commit

Permalink
Merge pull request #395 from zmap/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-4

build(deps): bump actions/checkout from 2 to 4
  • Loading branch information
phillip-stephens authored Dec 18, 2024
2 parents dc66a95 + c00f229 commit a2e8530
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
go-version: ^1.16

- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Build
run: go build -v ./...
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gofmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:

- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Check gofmt
uses: Jerome1337/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/psl-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:

- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit a2e8530

Please sign in to comment.