Skip to content

Commit f4c3443

Browse files
chore(deps): bump actions/checkout from 4 to 6 (#39)
1 parent 8025e15 commit f4c3443

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/boj-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
12+
uses: actions/checkout@v6
13+
1314
- name: Trigger BoJ Server (Casket/ssg-mcp)
1415
run: |
1516
# Send a secure trigger to boj-server to build this repository

0 commit comments

Comments
 (0)