Merge pull request #495 from Flomp/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 3 to 5
This commit is contained in:
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user