Message ID | 20231109152150.691053-1-cgzones@googlemail.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Petr Lautrbach |
Headers | show |
Series | github: bump action dependencies | expand |
On Thu, Nov 9, 2023 at 10:22 AM Christian Göttsche <cgzones@googlemail.com> wrote: > > Signed-off-by: Christian Göttsche <cgzones@googlemail.com> Acked-by: James Carter <jwcart2@gmail.com> > --- > .github/workflows/cifuzz.yml | 2 +- > .github/workflows/run_tests.yml | 2 +- > .github/workflows/vm_testsuite.yml | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml > index 92523db4..c4e592c5 100644 > --- a/.github/workflows/cifuzz.yml > +++ b/.github/workflows/cifuzz.yml > @@ -33,7 +33,7 @@ jobs: > report-unreproducible-crashes: true > sanitizer: ${{ matrix.sanitizer }} > - name: Upload Crash > - uses: actions/upload-artifact@v1 > + uses: actions/upload-artifact@v3 > if: failure() && steps.build.outcome == 'success' > with: > name: ${{ matrix.sanitizer }}-artifacts > diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml > index 198ba7b6..3bd859a3 100644 > --- a/.github/workflows/run_tests.yml > +++ b/.github/workflows/run_tests.yml > @@ -36,7 +36,7 @@ jobs: > python-ruby-version: {python: '3.11', ruby: '3.1', other: 'sanitizers'} > > steps: > - - uses: actions/checkout@v3 > + - uses: actions/checkout@v4 > > - name: Set up Python ${{ matrix.python-ruby-version.python }} > uses: actions/setup-python@v4 > diff --git a/.github/workflows/vm_testsuite.yml b/.github/workflows/vm_testsuite.yml > index 92155da2..b96d58a5 100644 > --- a/.github/workflows/vm_testsuite.yml > +++ b/.github/workflows/vm_testsuite.yml > @@ -9,7 +9,7 @@ jobs: > runs-on: macos-12 > > steps: > - - uses: actions/checkout@v3 > + - uses: actions/checkout@v4 > > - name: Create Vagrant VM > run: | > -- > 2.42.0 >
On Wed, Nov 15, 2023 at 8:31 AM James Carter <jwcart2@gmail.com> wrote: > > On Thu, Nov 9, 2023 at 10:22 AM Christian Göttsche > <cgzones@googlemail.com> wrote: > > > > Signed-off-by: Christian Göttsche <cgzones@googlemail.com> > > Acked-by: James Carter <jwcart2@gmail.com> > This patch has been merged. Jim > > --- > > .github/workflows/cifuzz.yml | 2 +- > > .github/workflows/run_tests.yml | 2 +- > > .github/workflows/vm_testsuite.yml | 2 +- > > 3 files changed, 3 insertions(+), 3 deletions(-) > > > > diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml > > index 92523db4..c4e592c5 100644 > > --- a/.github/workflows/cifuzz.yml > > +++ b/.github/workflows/cifuzz.yml > > @@ -33,7 +33,7 @@ jobs: > > report-unreproducible-crashes: true > > sanitizer: ${{ matrix.sanitizer }} > > - name: Upload Crash > > - uses: actions/upload-artifact@v1 > > + uses: actions/upload-artifact@v3 > > if: failure() && steps.build.outcome == 'success' > > with: > > name: ${{ matrix.sanitizer }}-artifacts > > diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml > > index 198ba7b6..3bd859a3 100644 > > --- a/.github/workflows/run_tests.yml > > +++ b/.github/workflows/run_tests.yml > > @@ -36,7 +36,7 @@ jobs: > > python-ruby-version: {python: '3.11', ruby: '3.1', other: 'sanitizers'} > > > > steps: > > - - uses: actions/checkout@v3 > > + - uses: actions/checkout@v4 > > > > - name: Set up Python ${{ matrix.python-ruby-version.python }} > > uses: actions/setup-python@v4 > > diff --git a/.github/workflows/vm_testsuite.yml b/.github/workflows/vm_testsuite.yml > > index 92155da2..b96d58a5 100644 > > --- a/.github/workflows/vm_testsuite.yml > > +++ b/.github/workflows/vm_testsuite.yml > > @@ -9,7 +9,7 @@ jobs: > > runs-on: macos-12 > > > > steps: > > - - uses: actions/checkout@v3 > > + - uses: actions/checkout@v4 > > > > - name: Create Vagrant VM > > run: | > > -- > > 2.42.0 > >
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 92523db4..c4e592c5 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -33,7 +33,7 @@ jobs: report-unreproducible-crashes: true sanitizer: ${{ matrix.sanitizer }} - name: Upload Crash - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v3 if: failure() && steps.build.outcome == 'success' with: name: ${{ matrix.sanitizer }}-artifacts diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 198ba7b6..3bd859a3 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -36,7 +36,7 @@ jobs: python-ruby-version: {python: '3.11', ruby: '3.1', other: 'sanitizers'} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-ruby-version.python }} uses: actions/setup-python@v4 diff --git a/.github/workflows/vm_testsuite.yml b/.github/workflows/vm_testsuite.yml index 92155da2..b96d58a5 100644 --- a/.github/workflows/vm_testsuite.yml +++ b/.github/workflows/vm_testsuite.yml @@ -9,7 +9,7 @@ jobs: runs-on: macos-12 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Create Vagrant VM run: |
Signed-off-by: Christian Göttsche <cgzones@googlemail.com> --- .github/workflows/cifuzz.yml | 2 +- .github/workflows/run_tests.yml | 2 +- .github/workflows/vm_testsuite.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)