Update all dependencies
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
|
||||
validate-packer:
|
||||
name: 'Validate Packer configuration'
|
||||
runs-on: 'ubuntu-20.04'
|
||||
runs-on: 'ubuntu-22.04'
|
||||
permissions:
|
||||
contents: 'read'
|
||||
defaults:
|
||||
@@ -37,7 +37,7 @@ jobs:
|
||||
|
||||
validate-terraform:
|
||||
name: 'Validate Terraform configuration'
|
||||
runs-on: 'ubuntu-20.04'
|
||||
runs-on: 'ubuntu-22.04'
|
||||
permissions:
|
||||
contents: 'read'
|
||||
defaults:
|
||||
@@ -64,7 +64,7 @@ jobs:
|
||||
build-packer:
|
||||
name: 'Build Packer image'
|
||||
needs: ['validate-packer']
|
||||
runs-on: 'ubuntu-20.04'
|
||||
runs-on: 'ubuntu-22.04'
|
||||
permissions:
|
||||
contents: 'read'
|
||||
defaults:
|
||||
|
Reference in New Issue
Block a user