Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2023
1 parent 1397e87 commit f9f5848
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand All @@ -63,7 +63,7 @@ jobs:
path: ~/.gradle
key: ${{ runner.os }}-gradle

- uses: actions/checkout@v1
- uses: actions/checkout@v4

- name: Grant execute permission to gradlew
run: chmod +x gradlew
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
path: ~/.gradle
key: ${{ runner.os }}-gradle

- uses: actions/checkout@v1
- uses: actions/checkout@v4

- name: Grant execute permission to gradlew
run: chmod +x gradlew
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
path: ~/.gradle
key: ${{ runner.os }}-gradle

- uses: actions/checkout@v1
- uses: actions/checkout@v4

- name: Grant execute permission to gradlew
run: chmod +x gradlew
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
path: ~/.gradle
key: ${{ runner.os }}-gradle

- uses: actions/checkout@v1
- uses: actions/checkout@v4

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit f9f5848

Please sign in to comment.