Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump actions/checkout from 2.3.4 to 2.4.0 (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 19, 2022
1 parent 1751000 commit bada1d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
language: ['javascript']
steps:
- name: 'Checkout repository'
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0
- name: 'Initialize CodeQL'
uses: github/codeql-action/init@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
node-version: [12.x]
steps:
- name: 'Checkout repository'
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0
- name: 'Use Node.js v${{ matrix.node-version }}'
uses: actions/setup-node@v2.5.1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-dependencies.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
if: github.actor == 'dependabot[bot]'
steps:
- name: 'Checkout repository'
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0
- name: 'Automerge dependency updates from Dependabot'
uses: ahmadnassri/action-dependabot-auto-merge@v2.4.0
# Guarantee that commit comes from Dependabot (don't blindly trust external GitHub Actions)
Expand Down

0 comments on commit bada1d5

Please sign in to comment.