Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to 8ade135
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 22, 2023
1 parent 3c626a6 commit 717e50f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608

- name: Initialize CodeQL
uses: github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608

- name: Use Node.js 18.x
uses: actions/setup-node@869f4dd0c7f320ae834c2724d92a364de3893c24
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608

- name: Use Node.js 18
uses: actions/setup-node@869f4dd0c7f320ae834c2724d92a364de3893c24
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
packages: write

steps:
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608

- name: Use Node.js 18
uses: actions/setup-node@869f4dd0c7f320ae834c2724d92a364de3893c24
Expand All @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608

- name: Use Node.js 18
uses: actions/setup-node@869f4dd0c7f320ae834c2724d92a364de3893c24
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: [ 16.x, 18.x ]

steps:
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@869f4dd0c7f320ae834c2724d92a364de3893c24
Expand Down

0 comments on commit 717e50f

Please sign in to comment.