Merge pull request #153 from veganhacktivists/renovate/actions-checkout-4.x

chore(deps): update actions/checkout action to v4
This commit is contained in:
Anthony Berg 2023-11-11 15:40:22 +01:00 committed by GitHub
commit 2d2c01180a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL

View File

@ -27,7 +27,7 @@ jobs:
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install ESLint
run: |