Skip to content
New issue

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

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

Already on GitHub? # to your account

Bump actions/checkout from 4.1.2 to 4.1.4 #30

Merged
merged 1 commit into from
Apr 24, 2024
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
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.4

- name: Setup Node.js
uses: actions/setup-node@v4.0.2
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.4

- name: Setup Node.js
uses: actions/setup-node@v4.0.2
Expand Down Expand Up @@ -39,12 +39,12 @@ jobs:
os: [windows, ubuntu, macos]
steps:
- name: Checkout Solutions
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.4
with:
repository: threeal/leetspace-starter

- name: Checkout Action
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.4
with:
path: leettest-action
sparse-checkout: |
Expand All @@ -64,15 +64,15 @@ jobs:
os: [windows, ubuntu, macos]
steps:
- name: Checkout Solutions
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.4
with:
repository: threeal/leetspace-starter

- name: Modify Solutions
run: echo "something" >> problems/2235/solution.cpp

- name: Checkout Action
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.4
with:
path: leettest-action
sparse-checkout: |
Expand All @@ -97,7 +97,7 @@ jobs:
os: [windows, ubuntu, macos]
steps:
- name: Checkout Solutions
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.4
with:
repository: threeal/leetspace-starter

Expand All @@ -107,7 +107,7 @@ jobs:
echo "something" >> problems/2235/solution.cpp

- name: Checkout Action
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.4
with:
path: leettest-action
sparse-checkout: |
Expand Down
Loading