Merge pull request #2418 from nunocoracao/dependabot/github_actions/dev/actions/checkout-5

👷 Bump actions/checkout from 4 to 5
This commit is contained in:
Nuno C.
2025-09-15 22:43:58 +01:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: "${{ github.head_ref }}"
- name: Install dependencies and Build Theme