From 50d392ef1668ba5f7e87990e0cda8d3c17340575 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Tue, 14 Mar 2023 17:09:20 +0000 Subject: [PATCH 1/2] update checkout action to v3 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 319dc78..8aee301 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-python@v2 - name: Build run: | From 1374e40d5ddaf8212a52b0ec68c8a8a61e6e9bc7 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Tue, 14 Mar 2023 17:09:32 +0000 Subject: [PATCH 2/2] update setup-python to v4 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8aee301..17c5b57 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4 - name: Build run: | docker build -t octave .