Skip to content

Commit

Permalink
Merge pull request #260 from smartlyio/renovate/actions-checkout-digest
Browse files Browse the repository at this point in the history
Update actions/checkout digest to b4ffde6
  • Loading branch information
waltsu authored Nov 2, 2023
2 parents 87fe895 + ad91e0b commit 411d43e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
name: Test OpenAPI spec validation
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Set Node.js 16.x
uses: actions/setup-node@v3
with:
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
name: Run unit tests
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Set Node.js 16.x
uses: actions/setup-node@v3
with:
Expand All @@ -51,7 +51,7 @@ jobs:
name: "Build and release action"
needs: [test_action, test_unit]
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
persist-credentials: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
name: Test OpenAPI spec validation
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Set Node.js 16.x
uses: actions/setup-node@v3
with:
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
name: Run unit tests
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Set Node.js 16.x
uses: actions/setup-node@v3
with:
Expand All @@ -51,7 +51,7 @@ jobs:
name: "Build and release action"
needs: [test_action, test_unit]
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
persist-credentials: true
Expand Down

0 comments on commit 411d43e

Please sign in to comment.