Skip to content

Commit

Permalink
update action-versions to ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Dec 8, 2024
1 parent 7dca244 commit 552d847
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/action-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ on:
jobs:
# action-v1:
# if: always()
# runs-on: ubuntu-22.04
# runs-on: ubuntu-24.04
# steps:
# - name: Checkout
# uses: actions/checkout@v4
Expand All @@ -54,7 +54,7 @@ jobs:

# action-v2:
# if: always()
# runs-on: ubuntu-22.04
# runs-on: ubuntu-24.04
# steps:
# - name: Checkout
# uses: actions/checkout@v4
Expand All @@ -65,7 +65,7 @@ jobs:

# action-v3:
# if: always()
# runs-on: ubuntu-22.04
# runs-on: ubuntu-24.04
# steps:
# - name: Checkout
# uses: actions/checkout@v4
Expand All @@ -76,7 +76,7 @@ jobs:

action-v4-2-1:
if: always()
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -88,7 +88,7 @@ jobs:

action-v4-2-2:
if: always()
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -100,7 +100,7 @@ jobs:

action-v4:
if: always()
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -112,7 +112,7 @@ jobs:

action-v5:
if: always()
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -123,7 +123,7 @@ jobs:

action-v6:
if: always()
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -134,7 +134,7 @@ jobs:

action-master:
if: always()
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -145,7 +145,7 @@ jobs:

# action-no-version:
# if: always()
# runs-on: ubuntu-22.04
# runs-on: ubuntu-24.04
# steps:
# - name: Checkout
# uses: actions/checkout@v4
Expand Down

0 comments on commit 552d847

Please sign in to comment.