Skip to content

Commit

Permalink
Merge pull request #218 from vil02/use_checkout_v4
Browse files Browse the repository at this point in the history
chore: update `actions/checkout` to `v4`
  • Loading branch information
rozPierog authored Sep 7, 2023
2 parents e5aad28 + 3de0490 commit 56ad651
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Emulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: set up JDK 1.19
uses: actions/setup-java@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: set up JDK 1.19
uses: actions/setup-java@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
build_type: [ benchmark ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: set up JDK 1.19
uses: actions/setup-java@v2
with:
Expand Down

0 comments on commit 56ad651

Please sign in to comment.