Skip to content

Commit

Permalink
Update GitHub Action Versions (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
baconcheese113 and github-actions[bot] committed Aug 20, 2023
1 parent dc8f118 commit 7419435
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
path: handle-it-server

- name: Setup Nodejs
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.1
with:
node-version: ${{ env.NODE_VERSION }}
cache: "npm"
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
path: handle-it-server

- name: Setup Nodejs
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.1
with:
node-version: ${{ env.NODE_VERSION }}
cache: "npm"
Expand Down Expand Up @@ -213,10 +213,10 @@ jobs:
curl http://localhost:8080 -I
- name: Gradle cache
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v2.7.1

- name: AVD cache
uses: actions/cache@v3
uses: actions/cache@v3.3.1
id: avd-cache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
token: ${{ secrets.WORKFLOW_SECRET }}

- name: Run GitHub Actions Version Updater
uses: saadmk11/github-actions-version-updater@v0.7.4
uses: saadmk11/github-actions-version-updater@v0.8.1
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.WORKFLOW_SECRET }}

0 comments on commit 7419435

Please sign in to comment.