Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to f095bcc
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and jamacku committed May 2, 2023
1 parent 9ddb35c commit 4aded64
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222

- name: Use Node.js 18
uses: actions/setup-node@ae9f0f7448e93b1be0f44663e79763dbdffcc4da
Expand Down
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@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222

- name: Initialize CodeQL
uses: github/codeql-action/init@896079047b4bb059ba6f150a5d87d47dde99e6e5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
template: [ issue-template.yml ]

steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222

- name: Parse issue form
uses: stefanbuck/github-issue-parser@c1a559d78bfb8dd05216dab9ffd2b91082ff5324
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Repository checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222
with:
fetch-depth: 0

Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222

- name: Use Node.js 18.x
uses: actions/setup-node@ae9f0f7448e93b1be0f44663e79763dbdffcc4da
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Repository checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222

- name: Update tag
uses: Actions-R-Us/actions-tagger@68b8860d45b8d5a78fc2b0b4c7bb19da085b38c6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-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@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222

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

0 comments on commit 4aded64

Please sign in to comment.