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 Jan 13, 2025
1 parent 12199b7 commit 0c3834b
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 28 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-cdk-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: ${{ matrix.environment }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Configure AWS credentials
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
name: ${{ matrix.environment }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Configure AWS credentials
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
name: ${{ matrix.environment }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Configure AWS credentials
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
name: ${{ matrix.environment }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/deploy-experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
# Checkout the code
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
# Find the PR number. This is not always trivial which is why this uses an existign action
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
ENVIRONMENT_NAME: "dev"
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
ENVIRONMENT_NAME: "dev"
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
ENVIRONMENT_NAME: "dev"
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
ENVIRONMENT_NAME: "dev"
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
# steps:
# # Checkout the code
# - name: Checkout
# uses: actions/checkout@v3
# uses: actions/checkout@v4
# with:
# submodules: true
# # Find the PR number. This is not always trivial which is why this uses an existign action
Expand Down Expand Up @@ -324,7 +324,7 @@ jobs:
steps:
# Checkout the code
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
# Find the PR number. This is not always trivial which is why this uses an existign action
Expand Down Expand Up @@ -362,7 +362,7 @@ jobs:
steps:
# Checkout the code
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
# Find the PR number. This is not always trivial which is why this uses an existign action
Expand Down Expand Up @@ -435,7 +435,7 @@ jobs:
steps:
# checkout the code
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
# setup Python
Expand All @@ -460,7 +460,7 @@ jobs:
steps:
# Checkout the code
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
# Find the PR number. This is not always trivial which is why this uses an existing action
Expand Down Expand Up @@ -524,7 +524,7 @@ jobs:
steps:
# Checkout the code
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
# Find the PR number. This is not always trivial which is why this uses an existign action
Expand Down Expand Up @@ -597,7 +597,7 @@ jobs:
steps:
# Checkout the code
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
# Configure AWS credentials for GitHub Actions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# needed because the postgres container does not provide a healthcheck
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
# should build first and save the artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/git-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
gitleaks-scan:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run gitlakes docker
uses: docker://zricethezav/gitleaks
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/load-regulations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: ${{ matrix.environment }}
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: false
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/load-supp-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: ${{ github.event.inputs.env }}
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: false
- name: Configure AWS credentials for GitHub Actions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/parser-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Setup Go
- name: Setup Go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonLint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/remove-experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
PR: ${{ github.event.number }}
run: echo "Your PR is ${PR}"
# Checkout the code
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
# Setup Node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/remove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
remove:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule-jira-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Check out repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/snyk-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

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

- name: Install Snyk and Run Snyk test
run: |
Expand All @@ -33,7 +33,7 @@ jobs:
if: github.event_name == 'schedule'
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Snyk and Run Snyk test
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-cdk-bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

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

- name: Configure AWS credentials for GitHub Actions
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit 0c3834b

Please sign in to comment.