Skip to content

Commit

Permalink
Bump actions/checkout from 2.3.4 to 3.0.2
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.3.4...v3.0.2)

---
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 Aug 9, 2022
1 parent e225ded commit b9cca8a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/apex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: github.ref != 'refs/heads/main' || github.event_name == 'workflow_dispatch'
steps:
- name: Checkout Repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.0.2
- name: Load and Configure Terraform
uses: hashicorp/[email protected]
with:
Expand All @@ -55,7 +55,7 @@ jobs:
name: apex-development
steps:
- name: Checkout Repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.0.2
- name: Load and Configure Terraform
uses: hashicorp/[email protected]
with:
Expand All @@ -76,7 +76,7 @@ jobs:
# if: github.ref != 'refs/heads/main' || github.event_name == 'workflow_dispatch'
# steps:
# - name: Checkout Repository
# uses: actions/checkout@v2.3.4
# uses: actions/checkout@v3.0.2
# - name: Load and Configure Terraform
# uses: hashicorp/[email protected]
# with:
Expand All @@ -99,7 +99,7 @@ jobs:
# name: apex-test
# steps:
# - name: Checkout Repository
# uses: actions/checkout@v2.3.4
# uses: actions/checkout@v3.0.2
# - name: Load and Configure Terraform
# uses: hashicorp/[email protected]
# with:
Expand All @@ -121,7 +121,7 @@ jobs:
# if: github.ref == 'refs/heads/main'
# steps:
# - name: Checkout Repository
# uses: actions/checkout@v2.3.4
# uses: actions/checkout@v3.0.2
# - name: Load and Configure Terraform
# uses: hashicorp/[email protected]
# with:
Expand All @@ -144,7 +144,7 @@ jobs:
# name: apex-preproduction
# steps:
# - name: Checkout Repository
# uses: actions/checkout@v2.3.4
# uses: actions/checkout@v3.0.2
# - name: Load and Configure Terraform
# uses: hashicorp/[email protected]
# with:
Expand All @@ -165,7 +165,7 @@ jobs:
# if: github.ref == 'refs/heads/main'
# steps:
# - name: Checkout Repository
# uses: actions/checkout@v2.3.4
# uses: actions/checkout@v3.0.2
# - name: Load and Configure Terraform
# uses: hashicorp/[email protected]
# with:
Expand All @@ -188,7 +188,7 @@ jobs:
# name: apex-production
# steps:
# - name: Checkout Repository
# uses: actions/checkout@v2.3.4
# uses: actions/checkout@v3.0.2
# - name: Load and Configure Terraform
# uses: hashicorp/[email protected]
# with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: github.ref != 'refs/heads/main' || github.event_name == 'workflow_dispatch'
steps:
- name: Checkout Repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.0.2
- name: Load and Configure Terraform
uses: hashicorp/[email protected]
with:
Expand All @@ -56,7 +56,7 @@ jobs:
name: example-development
steps:
- name: Checkout Repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.0.2
- name: Load and Configure Terraform
uses: hashicorp/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Run Go Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.0.2
- uses: actions/setup-go@v3
with:
go-version: 1.18
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/threat-and-vulnerability-mgmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: github.ref != 'refs/heads/main' || github.event_name == 'workflow_dispatch'
steps:
- name: Checkout Repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.0.2
- name: Load and Configure Terraform
uses: hashicorp/[email protected]
with:
Expand All @@ -56,7 +56,7 @@ jobs:
name: threat-and-vulnerability-mgmt-development
steps:
- name: Checkout Repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.0.2
- name: Load and Configure Terraform
uses: hashicorp/[email protected]
with:
Expand All @@ -78,7 +78,7 @@ jobs:
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout Repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.0.2
- name: Load and Configure Terraform
uses: hashicorp/[email protected]
with:
Expand All @@ -102,7 +102,7 @@ jobs:
name: threat-and-vulnerability-mgmt-production
steps:
- name: Checkout Repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.0.2
- name: Load and Configure Terraform
uses: hashicorp/[email protected]
with:
Expand Down

0 comments on commit b9cca8a

Please sign in to comment.