Skip to content

Commit 2c66272

Browse files
committed
Update GitHub action versions
Bump to v6 of checkout and login-action to v3, and the latest base image - ubuntu-24.04
1 parent 8234886 commit 2c66272

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

‎.github/workflows/post-submit.yaml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ on:
99
jobs:
1010
push_to_registry:
1111
name: Build and push images to quay.io/medik8s
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818

1919
- name: Log in to Quay.io
20-
uses: docker/login-action@v2
20+
uses: docker/login-action@v3
2121
with:
2222
username: ${{ secrets.QUAY_USERNAME }}
2323
password: ${{ secrets.QUAY_PASSWORD }}

‎.github/workflows/pre-submit.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ on:
1010
- release-*
1111
jobs:
1212
build:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919

0 commit comments

Comments
 (0)