👷 Bump versions in deployment config

pull/361/head
James Panther 2022-11-10 13:00:34 +11:00
parent 889d7d4020
commit ffe6806dd6
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ on:
jobs: jobs:
build-deploy: build-deploy:
name: Build and Deploy name: Build and Deploy
runs-on: ubuntu-20.04 runs-on: ubuntu-latest
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
steps: steps:

View File

@ -5,7 +5,7 @@ on: [push]
jobs: jobs:
build: build:
name: Build Example Site name: Build Example Site
runs-on: ubuntu-20.04 runs-on: ubuntu-latest
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
steps: steps: