Skip to content

Commit

Permalink
Update build-and-publish.yml
Browse files Browse the repository at this point in the history
Addressing workflow warnings about deprecated commands and workflows.
  • Loading branch information
ddmarshall authored Sep 10, 2024
1 parent d012b35 commit 4c1666b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
run: echo "name=date::$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT

# Runs a set of commands using the runners shell
- name: Install LaTex Dependencies
Expand Down

0 comments on commit 4c1666b

Please sign in to comment.