Skip to content
This repository was archived by the owner on Jul 22, 2026. It is now read-only.

Commit ef8fc3f

Browse files
committed
👷 ci: Update Ubuntu versions
1 parent e8ce26d commit ef8fc3f

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ on:
99
jobs:
1010
auto-build:
1111
environment: auto-build
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
- name: apt is for w__p
1616
run: |
1717
wget https://github.com/cosmo-ray/json-search/releases/download/0.3.1/json-search-x86_64.AppImage

.github/workflows/cred-scan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66

77
jobs:
88
cred-scan:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
- name: Scan credentials
13-
uses: outscale-dev/cred-scan@main
13+
uses: outscale/cred-scan@main
1414
with:
1515
scan_path: "./"

.github/workflows/github-sanity-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ on:
66

77
jobs:
88
github-sanity-scan:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
- name: Github sanity scanner
1313
uses: outscale/github-sanity-scan@main
1414
with:

.github/workflows/regen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
jobs:
99
auto-build:
1010
environment: auto-build
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
- name: apt is for w__p
1515
run: |
1616
wget https://github.com/cosmo-ray/json-search/releases/download/0.3.1/json-search-x86_64.AppImage

.github/workflows/release-osc-api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on:
55

66
jobs:
77
oapi-cli:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-22.04
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111
with:
1212
ref: master
1313
- name: Trigger oapi-cli build

0 commit comments

Comments
 (0)