Skip to content

Commit

Permalink
Use newer version actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
koba-e964 committed Dec 21, 2023
1 parent a42d846 commit 75ef264
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/achievements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
# TODO remaining.py doesn't need secrets. We can place name and password in separate files and do away with this trick.
- name: Use dummy config file (CafeCoder)
run: |
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
atcoder/remaining md >atcoder/result.md
- name: Checkout contest-achievements repo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: koba-e964/contest-achievements
ref: master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Check library files
run: |
./comm/check_library.sh
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- yukicoder/remaining.py
- yukicoder/upload.py
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 75ef264

Please sign in to comment.