File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout code
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
18
19
19
- name : Get version from pubspec
20
20
id : get_version
44
44
echo "license_checksum=$LICENSE_CHECKSUM" >> $GITHUB_OUTPUT
45
45
46
46
- name : Publish AUR package
47
- uses : KSXGitHub/github-actions-deploy-aur@v2.7.0
47
+ uses : KSXGitHub/github-actions-deploy-aur@2ac5a4c1d7035885d46b10e3193393be8460b6f1 # v4.1.1
48
48
with :
49
49
pkgname : apidash-bin
50
50
pkgbuild : |
87
87
commit_username : ${{ secrets.AUR_USERNAME }}
88
88
commit_email : ${{ secrets.AUR_EMAIL }}
89
89
ssh_private_key : ${{ secrets.AUR_SSH_PRIVATE_KEY }}
90
- commit_message : " Update to version ${{ steps.get_version.outputs.version }}"
90
+ commit_message : " Update to version ${{ steps.get_version.outputs.version }}"
You can’t perform that action at this time.
0 commit comments