Skip to content

Commit

Permalink
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 6, 2024
1 parent d2f7b53 commit 1f09651
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
go-version: '1.17'

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

- name: build-${{ matrix.goos }}-${{ matrix.goarch }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
go-version: ${{ matrix.go }}

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

- name: test
run: |
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: macos-10.15
name: test (freebsd, 1.17)
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: test (freebsd, 1.17)
id: test
uses: vmactions/freebsd-vm@v0.1.6
Expand All @@ -53,7 +53,7 @@ jobs:
go-version: '1.17'

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

- name: gofmt
run: |
Expand Down

0 comments on commit 1f09651

Please sign in to comment.