Bump actions/checkout from 3 to 5

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-08-28 12:36:05 +00:00
committed by GitHub
parent c0116ebbec
commit 66e482c6fc

View File

@@ -18,7 +18,7 @@ jobs:
steps: steps:
# 1. Checkout the repository # 1. Checkout the repository
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v5
# 2. Setup node & npm # 2. Setup node & npm
- name: Setup Node.js - name: Setup Node.js
@@ -53,7 +53,7 @@ jobs:
steps: steps:
# 1. Checkout the repository # 1. Checkout the repository
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v5
with: with:
ref: ${{ github.ref }} ref: ${{ github.ref }}
@@ -106,7 +106,7 @@ jobs:
steps: steps:
# 1. Checkout the repository # 1. Checkout the repository
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v5
with: with:
ref: ${{ github.ref }} ref: ${{ github.ref }}
# 2. Extract release notes from CHANGELOG.md # 2. Extract release notes from CHANGELOG.md