Merge pull request #495 from Flomp/dependabot/github_actions/actions/checkout-5

Bump actions/checkout from 3 to 5
This commit is contained in:
Jonas Plum
2025-08-28 20:18:10 +02:00
committed by GitHub

View File

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