Skip to content

Commit a387273

Browse files
Merge branch 'master' into fix-big-integer
2 parents 4e31d51 + be78ee9 commit a387273

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/java.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
lint_markdown_files:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2121
- name: Set up Ruby
2222
uses: ruby/setup-ruby@v1
2323
with:
@@ -55,7 +55,7 @@ jobs:
5555
optimizely_default_parser: [GSON_CONFIG_PARSER, JACKSON_CONFIG_PARSER, JSON_CONFIG_PARSER, JSON_SIMPLE_CONFIG_PARSER]
5656
steps:
5757
- name: checkout
58-
uses: actions/checkout@v2
58+
uses: actions/checkout@v4
5959

6060
- name: set up JDK ${{ matrix.jdk }}
6161
uses: AdoptOpenJDK/install-jdk@v1
@@ -67,7 +67,7 @@ jobs:
6767
run: chmod +x gradlew
6868

6969
- name: Gradle cache
70-
uses: actions/cache@v2
70+
uses: actions/cache@v4
7171
with:
7272
path: |
7373
~/.gradle/caches

0 commit comments

Comments
 (0)