Skip to content

Commit 1c51cdb

Browse files
build(actions): bump actions/checkout from 3 to 4 (#183)
1 parent 5b34fa8 commit 1c51cdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
contents: write
5757
runs-on: ubuntu-latest
5858
steps:
59-
- uses: actions/checkout@v3
59+
- uses: actions/checkout@v4
6060
- name: Install git-changelog using pipx
6161
run: pipx install git-changelog
6262
- name: Remove changelog to avoid file already exists error

template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/release.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
contents: write
5757
runs-on: ubuntu-latest
5858
steps:
59-
- uses: actions/checkout@v3
59+
- uses: actions/checkout@v4
6060
- name: Install git-changelog using pipx
6161
run: pipx install git-changelog
6262
- name: Remove changelog to avoid file already exists error

0 commit comments

Comments
 (0)