Skip to content

Commit

Permalink
CI: Update versions of action dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Dec 1, 2024
1 parent 45ae056 commit 2c8c7bb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v4
- run: |
echo "Installing rime engine"
sudo apt-get install curl git ibus-rime -y
Expand All @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v4
- run: |
echo "Installing prerequisites..."
sudo apt-get install libboost-all-dev
Expand All @@ -63,6 +63,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v4
- run: |
php .ci/verify.php
4 changes: 2 additions & 2 deletions .github/workflows/fetch-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
UPSTREAM_DIR: ./rime-cantonese-upstream
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Checkout Upstream
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: CanCLID/rime-cantonese-upstream
path: ${{ env.UPSTREAM_DIR }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: ${{ github.ref || github.ref == 'refs/heads/main' }}
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4
- run: mkdir output
- run: chmod u+x .ci/*
- run: mkdir -p build/mac
Expand All @@ -33,7 +33,7 @@ jobs:
# Copy default.custom.yaml and ibus-install.sh into output queue
cat .ci/ibus-install-template.sh | envsubst '${IBUS_PACKAGES}' > ./output/ibus-install.sh
cp .ci/default.custom.yaml output/
- uses: softprops/action-gh-release@v0.1.15
- uses: softprops/action-gh-release@v2
with:
files: output/*
if: startsWith(github.ref, 'refs/tags/')
Expand All @@ -44,7 +44,7 @@ jobs:
if: ${{ github.ref || github.ref == 'refs/heads/main' }}
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4
- run: sudo apt-get install p7zip-full
- run: mkdir output
- run: chmod u+x .ci/*
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
# Packing installer files into a separate zip
7z a output/windows-${GITHUB_REF_NAME}-installer.zip ./build/windows/*
- uses: softprops/action-gh-release@v0.1.15
- uses: softprops/action-gh-release@v2
with:
files: output/*
if: startsWith(github.ref, 'refs/tags/')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-website-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: CanCLID/jyutping.net
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
Expand Down

0 comments on commit 2c8c7bb

Please sign in to comment.