Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 12, 2024
1 parent e5c8678 commit 0e35374
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
smoke-test-url:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: openapi-generators/openapitools-generator-action@v1
with:
generator: rust
Expand All @@ -18,7 +18,7 @@ jobs:
smoke-test-file:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: openapi-generators/openapitools-generator-action@v1
with:
generator: rust
Expand All @@ -28,7 +28,7 @@ jobs:
smoke-test-absolute-file:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: openapi-generators/openapitools-generator-action@v1
with:
generator: rust
Expand All @@ -38,7 +38,7 @@ jobs:
smoke-test-absolute-config:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: openapi-generators/openapitools-generator-action@v1
with:
generator: rust
Expand All @@ -48,7 +48,7 @@ jobs:
smoke-test-template:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: openapi-generators/openapitools-generator-action@v1
with:
generator: rust
Expand All @@ -59,7 +59,7 @@ jobs:
smoke-test-absolute-template:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: openapi-generators/openapitools-generator-action@v1
with:
generator: rust
Expand All @@ -70,7 +70,7 @@ jobs:
test-openapi-version:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: openapi-generators/openapitools-generator-action@v1
with:
generator: rust
Expand All @@ -81,7 +81,7 @@ jobs:
test-no-config:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: openapi-generators/openapitools-generator-action@v1
with:
generator: rust
Expand All @@ -90,7 +90,7 @@ jobs:
test-command-args:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: openapi-generators/openapitools-generator-action@v1
with:
generator: rust
Expand Down

0 comments on commit 0e35374

Please sign in to comment.