Skip to content

Commit

Permalink
[CI] Updates actions/checkout version in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Aug 31, 2023
1 parent 34582f0 commit 5a63daf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
es_version: ['8.7-SNAPSHOT', '8.8-SNAPSHOT', '8.9-SNAPSHOT']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Increase system limits
run: |
sudo swapoff -a
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
es_version: ['8.9-SNAPSHOT']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Increase system limits
run: |
sudo swapoff -a
Expand Down

0 comments on commit 5a63daf

Please sign in to comment.