Skip to content

Commit

Permalink
Merge pull request #117 from learningequality/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/github-e0134512bf

Bump the github group with 4 updates
  • Loading branch information
rtibbles authored Dec 15, 2023
2 parents 58616d5 + f2c2f75 commit 9ded081
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
PYTHON_VERSION: "3.10.10"
MACOSX_DEPLOYMENT_TARGET: "10.9"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
if: ${{ !inputs.ref }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
if: ${{ inputs.ref }}
with:
repository: learningequality/kolibri-app
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
run: make get-whl whl=${{ github.event.inputs.whl-url }}
- name: Download the whlfile from artifacts
if: ${{ inputs.whl-file-name }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ inputs.whl-file-name }}
path: whl
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Get DMG filename
id: get-dmg-filename
run: echo "dmg-file-name=$(ls dist | grep .dmg | cat)" >> $GITHUB_OUTPUT
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ steps.get-dmg-filename.outputs.dmg-file-name }}
path: dist/${{ steps.get-dmg-filename.outputs.dmg-file-name }}
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- uses: pre-commit/action@v2.0.0

0 comments on commit 9ded081

Please sign in to comment.