From ffffa86ba7359c3cd234c249fa2a694d5a42b5d0 Mon Sep 17 00:00:00 2001 From: Gabriel Omar Cotelli Date: Tue, 12 Mar 2024 14:57:12 -0300 Subject: [PATCH] Update checkout and codecov actions to v4 --- .github/workflows/loading-groups.yml | 2 +- .github/workflows/loading-gs64-components.yml | 2 +- .github/workflows/markdown-lint.yml | 2 +- .github/workflows/shellcheck.yml | 2 +- .github/workflows/unit-tests-gs64.yml | 2 +- .github/workflows/unit-tests.yml | 4 ++-- LICENSE | 2 +- docs/how-to/how-to-generate-operations-tokens.md | 4 ++-- docs/how-to/how-to-load-in-pharo.md | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/loading-groups.yml b/.github/workflows/loading-groups.yml index 0dbdc8c..31bf067 100644 --- a/.github/workflows/loading-groups.yml +++ b/.github/workflows/loading-groups.yml @@ -31,7 +31,7 @@ jobs: - tools name: ${{ matrix.smalltalk }} + ${{ matrix.load-spec }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: hpi-swa/setup-smalltalkCI@v1 with: smalltalk-image: ${{ matrix.smalltalk }} diff --git a/.github/workflows/loading-gs64-components.yml b/.github/workflows/loading-gs64-components.yml index d7fac54..ea22cdb 100644 --- a/.github/workflows/loading-gs64-components.yml +++ b/.github/workflows/loading-gs64-components.yml @@ -22,7 +22,7 @@ jobs: - JSON-RPC name: GS64 + ${{ matrix.load-spec }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Load component in image uses: ba-st-actions/gs64-ci@v2 with: diff --git a/.github/workflows/markdown-lint.yml b/.github/workflows/markdown-lint.yml index 9b42087..a3287a7 100644 --- a/.github/workflows/markdown-lint.yml +++ b/.github/workflows/markdown-lint.yml @@ -7,7 +7,7 @@ jobs: name: runner / markdownlint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: markdownlint uses: reviewdog/action-markdownlint@v0 with: diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 1e0a1d0..bf61791 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -6,7 +6,7 @@ jobs: shellcheck: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run Shellcheck uses: reviewdog/action-shellcheck@v1 with: diff --git a/.github/workflows/unit-tests-gs64.yml b/.github/workflows/unit-tests-gs64.yml index 4481249..0227f63 100644 --- a/.github/workflows/unit-tests-gs64.yml +++ b/.github/workflows/unit-tests-gs64.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest name: GS64 Unit Tests steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Load Image and Run Tests uses: ba-st-actions/gs64-ci@v2 with: diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 7dd9683..f6ead0e 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -14,7 +14,7 @@ jobs: - Pharo64-11 name: ${{ matrix.smalltalk }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: hpi-swa/setup-smalltalkCI@v1 with: smalltalk-image: ${{ matrix.smalltalk }} @@ -24,7 +24,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} timeout-minutes: 15 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: name: Unit-Tests-${{matrix.smalltalk}} token: ${{ secrets.CODECOV_TOKEN }} diff --git a/LICENSE b/LICENSE index c6e77e8..7c859c5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018-2023 Buenos Aires Smalltalk Contributors +Copyright (c) 2018-2024 Buenos Aires Smalltalk Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/how-to/how-to-generate-operations-tokens.md b/docs/how-to/how-to-generate-operations-tokens.md index 657e2c8..f27d958 100644 --- a/docs/how-to/how-to-generate-operations-tokens.md +++ b/docs/how-to/how-to-generate-operations-tokens.md @@ -27,8 +27,8 @@ For testing, you can generate the tokens manually: 'execute:application-control' 'read:application-configuration'); yourself ). - jws key: 'SECRET'. + jws symmetricKey: 'SECRET'. jws compactSerialized ``` - replacing `SECRET` by the actual secret key and tunning the permissions if required + replacing `SECRET` by the actual secret key and tuning the permissions if required diff --git a/docs/how-to/how-to-load-in-pharo.md b/docs/how-to/how-to-load-in-pharo.md index 45289b2..9933593 100644 --- a/docs/how-to/how-to-load-in-pharo.md +++ b/docs/how-to/how-to-load-in-pharo.md @@ -27,7 +27,7 @@ 6. Click *Ok* 7. Select the repository in the main Iceberg window 8. Open the contextual menu and select - *Metacello -> Install baseline of Stargate ...* + *Metacello → Install baseline of Stargate ...* 9. Type `Development` and click *Ok* > After Iceberg cloned a repository, it will be checked-out at the default