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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kstich committed Sep 4, 2023
1 parent 309862e commit 853ce4b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
os: [macos-latest, ubuntu-latest, windows-latest]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1

- name: Set up JDK ${{ matrix.java }}
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest
name: Documentation Build
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python 3.x
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeguru-reviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
role-to-assume: arn:aws:iam::048169001733:role/GuruGitHubCICDRole
aws-region: us-west-2

- uses: actions/checkout@v3
- uses: actions/checkout@v4
if: steps.iam-role.outcome == 'success'
with:
fetch-depth: 0
Expand Down
32 changes: 16 additions & 16 deletions .github/workflows/sdk-codegen-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
- name: Increase Node Heap space
run: echo "NODE_OPTIONS=--max-old-space-size=16384" >> $GITHUB_ENV

- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: smithy-version
uses: ./.github/workflows/checkout-and-build-smithy

- name: Add smithyVersion env variable
run: echo "smithyVersion=${{ steps.smithy-version.outputs.smithy-version }}" >> $GITHUB_ENV

- name: Checkout smithy-typescript
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: awslabs/smithy-typescript
path: smithy-typescript
Expand All @@ -32,7 +32,7 @@ jobs:
run: cd smithy-typescript && ./gradlew -PsmithyVersion=$smithyVersion clean build publishToMavenLocal

- name: Checkout aws-sdk-js-v3
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: aws/aws-sdk-js-v3
path: aws-sdk-js-v3
Expand All @@ -56,15 +56,15 @@ jobs:
with:
go-version: 1.19

- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: smithy-version
uses: ./.github/workflows/checkout-and-build-smithy

- name: Add smithyVersion env variable
run: echo "smithyVersion=${{ steps.smithy-version.outputs.smithy-version }}" >> $GITHUB_ENV

- name: Checkout smithy-go
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: aws/smithy-go
path: smithy-go
Expand All @@ -73,7 +73,7 @@ jobs:
run: cd smithy-go/codegen && ./gradlew -PsmithyVersion=$smithyVersion clean build publishToMavenLocal

- name: Checkout aws-sdk-go-v2
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: aws/aws-sdk-go-v2
path: aws-sdk-go-v2
Expand All @@ -95,15 +95,15 @@ jobs:
build-aws-sdk-kotlin:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: smithy-version
uses: ./.github/workflows/checkout-and-build-smithy

- name: Add smithyVersion env variable
run: echo "smithyVersion=${{ steps.smithy-version.outputs.smithy-version }}" >> $GITHUB_ENV

- name: Checkout smithy-kotlin
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: awslabs/smithy-kotlin
path: smithy-kotlin
Expand All @@ -112,7 +112,7 @@ jobs:
run: cd smithy-kotlin && ./gradlew -PsmithyVersion=$smithyVersion clean build publishToMavenLocal

- name: Checkout aws-sdk-kotlin
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: awslabs/aws-sdk-kotlin
path: aws-sdk-kotlin
Expand All @@ -135,21 +135,21 @@ jobs:
java-version: 11
distribution: 'zulu'

- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: smithy-version
uses: ./.github/workflows/checkout-and-build-smithy

- name: Add smithyVersion env variable
run: echo "smithyVersion=${{ steps.smithy-version.outputs.smithy-version }}" >> $GITHUB_ENV

- name: Checkout aws-crt-swift
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: awslabs/aws-crt-swift
path: Sources/SmithySwift/aws-crt-swift

- name: Checkout smithy-swift
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: awslabs/smithy-swift
path: Sources/SmithySwift/smithy-swift
Expand All @@ -160,7 +160,7 @@ jobs:
./gradlew -PsmithyVersion=$smithyVersion clean build publishToMavenLocal
- name: Checkout aws-sdk-swift
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: awslabs/aws-sdk-swift
path: Sources/SmithySwift/aws-sdk-swift
Expand Down Expand Up @@ -196,22 +196,22 @@ jobs:
java-version: 11
distribution: 'zulu'

- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: smithy-version
uses: ./.github/workflows/checkout-and-build-smithy

- name: Add smithyVersion env variable
run: echo "smithyVersion=${{ steps.smithy-version.outputs.smithy-version }}" >> $GITHUB_ENV

- name: Check out smithy-rs
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: awslabs/smithy-rs
ref: main
path: smithy-rs

- name: Check out aws-sdk-rust
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: awslabs/aws-sdk-rust
ref: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-brew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
with:
name: brew-artifacts
- name: Checkout bottle repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'smithy-lang/homebrew-tap'
path: 'homebrew-tap'
Expand Down

0 comments on commit 853ce4b

Please sign in to comment.