Skip to content

Commit

Permalink
Merge pull request #14 from nextcloud-libraries/renovate/pin-dependen…
Browse files Browse the repository at this point in the history
…cies

chore(deps): pin dependencies
  • Loading branch information
st3iny authored Sep 4, 2024
2 parents 8d88a6b + 2a45e4a commit 2108f24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_timezones.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: update-timezones

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Download vzic
run: git clone https://github.com/libical/vzic.git
Expand All @@ -25,7 +25,7 @@ jobs:
make -B
- name: Get python
uses: actions/setup-python@v5
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
with:
python-version: '3.10'

Expand All @@ -36,7 +36,7 @@ jobs:
run: rm -r vzic

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6
with:
token: ${{ secrets.COMMAND_BOT_PAT }}
commit-message: "fix: update timezones data"
Expand Down

0 comments on commit 2108f24

Please sign in to comment.