Skip to content

Commit

Permalink
Update latex-builder.yml
Browse files Browse the repository at this point in the history
Updated actions to latests versions ; 
NB : both actions create-release and upload-release-asset are no longer maintained.
  • Loading branch information
maperez42 authored Sep 26, 2024
1 parent c35c234 commit 85011a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/latex-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
image: blang/latex:ubuntu
steps:
- name: checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: version
run: echo "::set-output name=version::$(cat version)"
id: version
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
if: "contains(github.ref, 'master')"
steps:
- name: checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: version
run: echo "::set-output name=version::$(cat version)"
id: version
Expand All @@ -53,7 +53,7 @@ jobs:
cp build/module04.pdf /
cp CHANGELOG.md /
- name: create release
uses: actions/create-release@v1
uses: actions/create-release@v1.1.4
id: create_release
with:
draft: false
Expand Down

0 comments on commit 85011a2

Please sign in to comment.