Skip to content

Commit 1098755

Browse files
author
Francisco Solis
authored
Merge branch 'master' into patch/simplecoreapi-0.7.0
2 parents 856dd55 + ca8cf5c commit 1098755

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/gradle-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
# Checkout the Code
1818
- name: Checkout Code
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
2020
# Set up git hashes environment variables
2121
- name: Git Hashes
2222
uses: Im-Fran/git-hashes-action@v1.0.3
@@ -51,7 +51,7 @@ jobs:
5151
args: ./build/libs/FilesModule-${{ env.VERSION }}.jar application/java-archive
5252
# Now we deploy the documents to GitHub pages
5353
- name: Deploy Dokka
54-
uses: JamesIves/github-pages-deploy-action@v4.4.1
54+
uses: JamesIves/github-pages-deploy-action@v4.4.3
5555
with:
5656
branch: gh-pages
5757
folder: build/dokka

.github/workflows/gradle-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
# Checkout code
2121
- name: Checkout Code
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
2323
# Setup java and maven
2424
- name: Set up JDK ${{ matrix.java-version }}
2525
uses: actions/setup-java@v3

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ jobs:
66
name: "Validation"
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1010
- uses: gradle/wrapper-validation-action@v1

0 commit comments

Comments
 (0)