Skip to content

Commit

Permalink
updated actions to the new version
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCharged committed Feb 6, 2024
1 parent 293d2dd commit bb1b63e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Push new release
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
# grr, why does checkout code not get latest commit?!?
- name: angry pull
run: git pull
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Publish new release
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Compare releases
# we check for dongle firmware, as this is considered the leading version
run: if cmp -s "staging/dongle_version.txt" "production/dongle_version.txt"; then exit 1; fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Publish new release
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
# grr, why does checkout code not get latest commit?!?
- name: angry pull
run: git pull
Expand Down

0 comments on commit bb1b63e

Please sign in to comment.