Skip to content

Commit

Permalink
Update github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and chmeliik committed Dec 9, 2024
1 parent e388f17 commit 40441c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-task-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: Run Task Tests

jobs:
run-task-tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Get all changed files in the PR from task directory
id: changed-dirs
Expand All @@ -23,7 +23,7 @@ jobs:

- name: Checkout build-defintions Repository
if: steps.changed-dirs.outputs.any_changed == 'true'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: "${{ github.event.pull_request.head.sha }}"
path: build-definitions
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Checkout konflux-ci/konflux-ci Repository
if: steps.tasks-to-be-tested.outputs.tasklist != ''
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'konflux-ci/konflux-ci'
path: konflux-ci
Expand Down

0 comments on commit 40441c1

Please sign in to comment.