Skip to content

Commit

Permalink
bump action verions
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-bryson committed Apr 8, 2024
1 parent 920fdc6 commit 52d64f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: build
run: make build
- name: ui-test
run: make ui-test
- name: cypress-artifacs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-artifacts
Expand Down
2 changes: 1 addition & 1 deletion ckanext/datagovtheme/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% include '/snippets/gtm/gtm_head.html' %}
{% endblock %}
{% block open_graph_previews %}
{% include '/snippets/link_previews.html' %}
{% include '/snippets/link_preview.html' %}
{% endblock %}
{% endblock %}

Expand Down

0 comments on commit 52d64f5

Please sign in to comment.