Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to cd7d8d6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and DerDomee committed Mar 15, 2024
1 parent 33c7d42 commit 5d2dce4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Run ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v3
- uses: actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017 # pin@v3
- name: Use Node.js 18
uses: actions/setup-node@25b062c917b0c75f8b47d8469aff6c94ffd89abb # pin@v3
with:
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
needs: [ "lint" ]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v3
- uses: actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017 # pin@v3
- name: Use Node.js 18
uses: actions/setup-node@25b062c917b0c75f8b47d8469aff6c94ffd89abb # pin@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
cancel-in-progress: false
steps:
- name: Checkout current commit
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v3
uses: actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017 # pin@v3

- name: Use Node.JS 18
uses: actions/setup-node@25b062c917b0c75f8b47d8469aff6c94ffd89abb # pin@v3
Expand Down

0 comments on commit 5d2dce4

Please sign in to comment.