Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflow…
…s/codeql-analysis.yml index 67c0427..7f2c927 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -36,11 +36,11 @@ jobs: # https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection steps: - - uses: styfle/[email protected] + - uses: styfle/[email protected] with: access_token: ${{ github.token }} - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. @@ -67,7 +67,7 @@ jobs: pylint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python 3.9 uses: actions/setup-python@v2 with: diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 9f9f773..804214c 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -13,7 +13,7 @@ jobs: matrix: os: [ubuntu-18.04, ubuntu-20.04, ubuntu-latest] steps: - - uses: styfle/[email protected] + - uses: styfle/[email protected] with: access_token: ${{ github.token }} - uses: actions/checkout@v2 diff --git a/.github/workflows/nostr-rs-relay.yml b/.github/workflows/nostr-rs-relay.yml index c2fdcad..6aeed0d 100644 --- a/.github/workflows/nostr-rs-relay.yml +++ b/.github/workflows/nostr-rs-relay.yml @@ -34,7 +34,7 @@ jobs: os: [ubuntu-20.04, ubuntu-latest] runs-on: ${{ matrix.os }} steps: - - uses: styfle/[email protected] + - uses: styfle/[email protected] with: access_token: ${{ github.token }} - name: Print github workspace @@ -47,10 +47,10 @@ jobs: os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: - - uses: styfle/[email protected] + - uses: styfle/[email protected] with: access_token: ${{ github.token }} - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-python@v2 - uses: syphar/restore-virtualenv@v1 id: cache-virtualenv diff --git a/.github/workflows/plebnet-playground.yml b/.github/workflows/plebnet-playground.yml index fcf90db..f3be6d8 100644 --- a/.github/workflows/plebnet-playground.yml +++ b/.github/workflows/plebnet-playground.yml @@ -34,7 +34,7 @@ jobs: os: [ubuntu-20.04, ubuntu-latest] runs-on: ${{ matrix.os }} steps: - - uses: styfle/[email protected] + - uses: styfle/[email protected] with: access_token: ${{ github.token }} - name: Print github workspace @@ -47,7 +47,7 @@ jobs: os: [ubuntu-20.04, ubuntu-latest] runs-on: ${{ matrix.os }} steps: - - uses: styfle/[email protected] + - uses: styfle/[email protected] with: access_token: ${{ github.token }} - uses: actions/checkout@v3
- Loading branch information