Skip to content

Commit 607e47d

Browse files
chore(deps): update actions/deploy-pages action to v4.0.5 (#422)
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
1 parent da625b1 commit 607e47d

File tree

2 files changed

+2
-2
lines changed
  • .github/workflows
  • template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows

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
@@ -125,7 +125,7 @@ jobs:
125125
steps:
126126
- id: deployment
127127
name: Deploy to GitHub Pages
128-
uses: actions/deploy-pages@decdde0ac072f6dcbe43649d82d9c635fff5b4e4 # v4.0.4
128+
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
129129
on:
130130
push:
131131
tags:

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
@@ -136,7 +136,7 @@ jobs:
136136
steps:
137137
- id: deployment
138138
name: Deploy to GitHub Pages
139-
uses: actions/deploy-pages@decdde0ac072f6dcbe43649d82d9c635fff5b4e4 # v4.0.4
139+
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
140140
on:
141141
push:
142142
tags:

0 commit comments

Comments
 (0)