Skip to content

Commit

Permalink
quiet actions warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Hajime Tazaki <[email protected]>
  • Loading branch information
thehajime committed Nov 10, 2022
1 parent af6cf02 commit 1bb1a28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
# In order:
# * Module download cache
Expand Down Expand Up @@ -272,7 +272,7 @@ jobs:
token: ${{ secrets.PAT }}
files: |
${{ env.PACKAGE_FILENAME }}
- uses: actions/setup-ruby@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5
- name: Release to packagecloud.io
Expand Down Expand Up @@ -301,13 +301,13 @@ jobs:
- name: Log in to docker.io
if: runner.os == 'linux'
uses: docker/login-action@v1.10.0
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Log in to the ghcr.io
if: runner.os == 'linux'
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 1bb1a28

Please sign in to comment.