Skip to content

Commit

Permalink
Merge pull request #769 from doki-theme/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4.1.2

Bump actions/checkout from 4.1.1 to 4.1.2
  • Loading branch information
Unthrottled authored Aug 15, 2024
2 parents 4d373fc + e568bfc commit 3912977
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preMerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

# Check out current repository
- name: Fetch Sources
uses: actions/[email protected].1
uses: actions/[email protected].2

# Validate wrapper
- name: Gradle Wrapper Validation
Expand All @@ -45,7 +45,7 @@ jobs:

# Check out current repository
- name: Fetch Sources
uses: actions/[email protected].1
uses: actions/[email protected].2

# Setup Java 17 environment for the next steps
- name: Setup Java
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Pull down the Master Themes
run: ./getMasterThemes.sh
- uses: actions/setup-java@v4
Expand Down

0 comments on commit 3912977

Please sign in to comment.