Merge branch 'master' into pin-all-github-actions-by-commit-hash

This commit is contained in:
Wolfgang Huß 2024-08-30 12:57:36 +02:00 committed by GitHub
commit 7a866158b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

View File

@ -632,8 +632,8 @@ describe('CreatePost', () => {
eventLocationName: 'Leipzig',
eventVenue: 'Connewitzer Kreuz',
eventLocation: {
lng: 12.374733,
lat: 51.340632,
lng: 12.375101,
lat: 51.34083,
},
},
},
@ -947,8 +947,8 @@ describe('UpdatePost', () => {
eventLocationName: 'Leipzig',
eventVenue: 'Connewitzer Kreuz',
eventLocation: {
lng: 12.374733,
lat: 51.340632,
lng: 12.375101,
lat: 51.34083,
},
},
},

View File

@ -38,8 +38,8 @@ const newlyCreatedNodesWithLocales = [
nameRU: 'Вельцхайм',
nameNL: 'Welzheim',
namePL: 'Welzheim',
lng: 9.634741,
lat: 48.874924,
lng: 9.634519,
lat: 48.87682,
},
state: {
id: expect.stringContaining('region'),

View File

@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08 # v4.1.7
- name: vuepress-deploy
uses: jenkey2011/vuepress-deploy@master
uses: jenkey2011/vuepress-deploy@875651a25c97353b9dcfc78c0c59b7dc09b8dbda # v1.8.1
env:
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#TARGET_REPO: username/repo