Skip to content

Commit

Permalink
chore(deps): update github-actions (major) (#226)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 1, 2024
1 parent 5f355e4 commit 00d6dae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
- name: 🔍 Get modified files
id: modified-files
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44

- name: 📤 Export results
id: changed-files
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:

- name: 🔍 Get modified files
id: modified-files
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44

- name: 📤 Export results
id: changed-files
Expand All @@ -232,7 +232,7 @@ jobs:
echo "requires_build=$requires_build" >> $GITHUB_OUTPUT
- name: 🔧 Configure pages
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5
if: github.event_name != 'pull_request' && steps.changed-files.outputs.requires_build == 'true'
id: pages
with:
Expand Down

0 comments on commit 00d6dae

Please sign in to comment.