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.

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 25, 2024
1 parent a75d79a commit 884b135
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aws-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
aws-region: [us-east-1, us-west-2]
steps:
- name: Checkout Packer project
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Initialize Packer Plugin Binaries:AWS
run: packer init ./aws
Expand All @@ -35,7 +35,7 @@ jobs:
aws-region: [us-east-1, us-west-2]
steps:
- name: Checkout Packer project
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Initialize Packer Plugin Binaries:AWS
run: packer init ./aws
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aws-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
aws-region: [us-east-1, us-west-2]
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Initialize Packer Plugin Binaries:AWS
run: packer init ./aws
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout Packer Project
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Compare versions
id: compare-versions
env:
Expand Down

0 comments on commit 884b135

Please sign in to comment.