Skip to content

Commit

Permalink
build(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 poiana committed Dec 6, 2023
1 parent cad89fc commit abe601b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

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

- name: Setup Golang
uses: actions/setup-go@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

# Get rules repository
- name: Checkout Rules
uses: actions/checkout@v3
uses: actions/checkout@v4

# Get registry artifact tool
- name: Setup Golang
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
falco-versions: ${{ steps.set-falco-versions.outputs.versions }}
steps:
- name: Checkout rules
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get changed files
id: changed-files
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
go-version: "1.19.0"

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

- name: Build checker tool
working-directory: build/checker
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
go-version: "1.19.0"

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

- name: Get all git tags
run: git fetch --tags origin
Expand Down

0 comments on commit abe601b

Please sign in to comment.