Skip to content

Commit

Permalink
ci(deps): update actions/checkout action to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 25, 2024
1 parent 6b1e5a1 commit 4965a5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
)
}}" >> $GITHUB_OUTPUT
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Compute the Java version
id: java-version
run: ruby -e 'puts("java-version=#{/^minJavaVersion\s*=\s*(\d+)$/.match(File.read("gradle.properties"))[1]}")' >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
repo-id: ${{ steps.staging-repo.outputs.MavenCentral }}
steps:
- name: Checkout the repo
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
- uses: DanySK/[email protected]
with:
maven-central-username: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
Expand Down Expand Up @@ -438,13 +438,13 @@ jobs:
)
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
submodules: recursive
token: ${{ secrets.DEPLOYMENT_TOKEN }}
- name: Checkout the docs
if: contains(github.repository, 'AlchemistSimulator/Alchemist')
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
path: website
fetch-depth: 0
Expand Down

0 comments on commit 4965a5b

Please sign in to comment.