Skip to content

Commit 6ba2d7f

Browse files
Merge pull request #24 from razo7/update-github-action-versions
Update GitHub action versions
2 parents 8234886 + 2c66272 commit 6ba2d7f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.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)