Skip to content

Commit 74ff24f

Browse files
committedFeb 17, 2023
W212-002 Update GitHub Actions
Change-Id: I4f8f5b98e3dc2deea65cef1256171333e50e3bbf
1 parent 125ae0f commit 74ff24f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎.github/workflows/gnat-ce.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
brew install --verbose pkg-config
4040
4141
- name: Get GtkAda
42-
uses: actions/checkout@v2
42+
uses: actions/checkout@v3
4343

44-
- uses: actions/cache@v2
44+
- uses: actions/cache@v3
4545
with:
4646
path: ./cached_gnat
4747
key: ${{ runner.os }}-gnat-ce-2020
@@ -78,7 +78,7 @@ jobs:
7878
fi
7979
8080
- name: Keep artifacts
81-
uses: actions/upload-artifact@v2
81+
uses: actions/upload-artifact@v3
8282
with:
8383
name: ${{ runner.os }}-${{ matrix.debug }}
8484
path: '*.tar.gz'

‎.github/workflows/native.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ on:
1111
name: Native (FSF) Build
1212
jobs:
1313
ubuntu:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515
name: Native on Ubuntu
1616
steps:
1717
- name: Get GtkAda
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919
- name: Install packages
2020
run: |
2121
sudo apt-get -qq update
@@ -33,7 +33,7 @@ jobs:
3333
shell: msys2 {0}
3434
steps:
3535
- name: Get GtkAda
36-
uses: actions/checkout@v2
36+
uses: actions/checkout@v3
3737
- name: Install packages
3838
uses: msys2/setup-msys2@v2
3939
with:

0 commit comments

Comments
 (0)
Please sign in to comment.