Skip to content

Commit

Permalink
chore(deps): update actions/upload-pages-artifact action to v3 (#37)
Browse files Browse the repository at this point in the history
* chore(deps): update actions/upload-pages-artifact action to v3

* Apply formatting changes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Jan 4, 2024
1 parent 9a98536 commit 86f00b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- run: cp ./dist/index.html ./dist/404.html

- name: Upload GitHub Pages assets 📦️
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: ./dist

Expand Down
2 changes: 1 addition & 1 deletion schemas/membership.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default defineType({
initialValue: getCurrentYearRef,
options: {
disableNew: true,
}
},
},
{
name: 'status',
Expand Down

0 comments on commit 86f00b7

Please sign in to comment.