Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(deps): bump actions/checkout from 4.1.6 to 4.1.7 #369

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

# Check out current repository
- name: Fetch Sources
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.1.7

# Validate wrapper
- name: Gradle Wrapper Validation
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:

# Check out current repository
- name: Fetch Sources
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.1.7

# Setup Java environment for the next steps
- name: Setup Java
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:

# Check out current repository
- name: Fetch Sources
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.1.7

# Setup Java environment for the next steps
- name: Setup Java
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:

# Check out current repository
- name: Fetch Sources
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.1.7

# Setup Java environment for the next steps
- name: Setup Java
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:

# Check out current repository
- name: Fetch Sources
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.1.7

# Setup Java environment for the next steps
- name: Setup Java
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

# Check out current repository
- name: Fetch Sources
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.1.7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/git-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
# Checks out the repository code under $GITHUB_WORKSPACE, so the job can access it
- name: Checkout Repository Code
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.1.7

# This step uses the Git Flow Action to create PRs based on branch types
- name: Execute Git Flow Action
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

# Check out current repository
- name: Fetch Sources
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.1.7
with:
ref: ${{ github.event.release.tag_name }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

# Check out current repository
- name: Fetch Sources
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.1.7

# Setup Java environment for the next steps
- name: Setup Java
Expand Down
Loading